Commit 2e5ed1a1 by xieshaohua

[修改]转移工单关联资产属性

parent ae5f287d
...@@ -80,6 +80,11 @@ public class WorkOrderDataVO { ...@@ -80,6 +80,11 @@ public class WorkOrderDataVO {
@Schema(description = "更新时间") @Schema(description = "更新时间")
private String updateTime; private String updateTime;
@Schema(description = "转移工单 转出属性")
private String transferAttribute;
@Schema(description = "转移工单 转出属性中文名")
private String transferAttributeCn;
} }
...@@ -66,5 +66,14 @@ public class WorkOrderData { ...@@ -66,5 +66,14 @@ public class WorkOrderData {
*/ */
private String confirmStatus; private String confirmStatus;
/**
* 转移工单 转出属性
*/
private String transferAttribute;
/**
* 转移工单 转出属性中文名
*/
private String transferAttributeCn;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment