eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsFixtureVo.java
@@ -92,16 +92,22 @@ /** * 使用部门 */ private Long useDept; @ExcelProperty(value = "使用部门") @ColumnWidth(20) private Long useDept; @Translation(type = TransConstant.DEPT_ID_TO_NAME, mapper = "useDept") private String useDeptName; /** * 管理人 */ private Long manageUser; @ExcelProperty(value = "管理人") @ColumnWidth(12) private Long manageUser; @Translation(type = TransConstant.USER_ID_TO_NICKNAME, mapper = "manageUser") private String manageUserName; /** * 采购日期