车间能级提升-智能设备管理系统
zhuguifei
2025-04-16 d40d81aa421c7cdb959556fedffef71fc62cde80
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;//报修编码
}