车间能级提升-智能设备管理系统
朱桂飞
2025-02-19 f9a12ecb4ea4b7b103b50634335704140237fef7
eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsFixtureVo.java
@@ -85,8 +85,16 @@
    private Long borrowUser;
    /**
     * 借用状态
     */
    @ExcelProperty(value = "借用状态", converter = ExcelDictConvert.class)
    @ExcelDictFormat(dictType = "fixture_borrow_status")
    private String borrowStatus;
    /**
     * 借用人
     */
    @Translation(type = TransConstant.USER_ID_TO_NICKNAME, mapper = "borrowUser")
    private String borrowUserName;
    /**
@@ -146,5 +154,10 @@
    @ExcelProperty(value = "备注")
    private String remark;
    /**
     * 当前借用记录id
     */
    private Long curBorrowId;
}