添加工单负责人

This commit is contained in:
2024-05-28 21:54:08 +08:00
parent 8fbf379ed2
commit d81f0f1a4d

View File

@@ -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";