mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 15:55:18 +08:00
添加工单负责人
This commit is contained in:
@@ -41,16 +41,15 @@ public class DeviceWorkOrderEntity extends OrgCommonEntity {
|
||||
@Comment("工单时间-结束时间")
|
||||
private LocalDateTime time2;
|
||||
|
||||
@Comment("负责人")
|
||||
private String worker;
|
||||
|
||||
@Comment("工单类型")
|
||||
private String type;
|
||||
|
||||
|
||||
@Comment("工单状态")
|
||||
private String orderStatus;
|
||||
|
||||
|
||||
|
||||
@Comment("归档状态")
|
||||
@ColumnDefault("'0'")
|
||||
private String archiveStatus = "0";
|
||||
|
||||
Reference in New Issue
Block a user