“linengliang”
2023-11-20 38c6f00b5efbbb9ce21669a887e03d6cb8ce3df9
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/PredictiveWorkOrder.java
@@ -79,6 +79,7 @@
     */
    @Excel(name = "领取人id", width = 15)
    @ApiModelProperty(value = "领取人id")
    @Dict(dicCode = "id",dictTable = "sys_user",dicText = "realname")
    private String recipientUserId;
    /**
@@ -94,7 +95,7 @@
    @Excel(name = "状态", width = 15)
    @ApiModelProperty(value = "状态")
    @Dict(dicCode = "maintenance_order_status")
    private String status = CommonConstant.STATUS_1;
    private String status;
    /**
     * 备用字段1
     */