车间能级提升-智能设备管理系统
baoshiwei
2025-06-24 b7b10f78abc7ba462e5c602ba7e70d4739e316b8
eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsRepairReqVo.java
@@ -113,12 +113,29 @@
    private Long equId;
    /**
     * 工具id
     */
    private Long fixtureId;
    /**
     * 工具
     */
    @Translation(type = TransConstant.FIXTURE_ID_TO_NAME, mapper = "fixtureId")
    private String fixtureName;
    /**
     * 维修单id
     */
    @ExcelProperty(value = "维修单id")
    private Long repairId;
    /**
     * 维修工单code
     */
    @Translation(type = TransConstant.REPAIR_RES_ID_TO_CODE, mapper = "repairId")
    private String resCode;
    /**
     * 维修人部门
     */
    @ExcelProperty(value = "维修人部门")