eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsRepairResVo.java
@@ -44,6 +44,10 @@ @ExcelProperty(value = "报修单id") private Long reqId; private Long reqUser;//报修人 private Long reqDept;//报修人部门 /** * 维修单号 */ @@ -123,6 +127,11 @@ */ @ExcelProperty(value = "备注") private String remark; /** * 评价id */ private Long fbId; // 关联表字段 @@ -139,4 +148,5 @@ private String reqCode;//报修编码 }