车间能级提升-智能设备管理系统
zhuguifei
2025-05-26 9af9ab79236d68112bec7138ee7f1b2461d20f68
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;
    /**
     * 采购日期