mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 15:55:18 +08:00
添加工单字段
This commit is contained in:
@@ -27,9 +27,16 @@ public class CreateDeviceWorkOrderDto extends OrgCommonDto {
|
||||
@ManyToOne
|
||||
private String device;
|
||||
|
||||
@Comment("工单时间")
|
||||
@Comment("工单时间-开始时间")
|
||||
private LocalDateTime time;
|
||||
|
||||
|
||||
@Comment("工单时间-结束时间")
|
||||
private LocalDateTime time2;
|
||||
|
||||
@Comment("负责人")
|
||||
private String worker;
|
||||
|
||||
@Comment("工单类型")
|
||||
private String type;
|
||||
|
||||
|
||||
@@ -31,9 +31,16 @@ public class DeviceWorkOrderDto extends OrgCommonDto {
|
||||
@ManyToOne
|
||||
private SimpleDto device;
|
||||
|
||||
@Comment("工单时间")
|
||||
@Comment("工单时间-开始时间")
|
||||
private LocalDateTime time;
|
||||
|
||||
|
||||
@Comment("工单时间-结束时间")
|
||||
private LocalDateTime time2;
|
||||
|
||||
@Comment("负责人")
|
||||
private String worker;
|
||||
|
||||
@Comment("工单类型")
|
||||
private String type;
|
||||
|
||||
|
||||
@@ -25,9 +25,16 @@ public class UpdateDeviceWorkOrderDto extends OrgCommonDto {
|
||||
@ManyToOne
|
||||
private String device;
|
||||
|
||||
@Comment("工单时间")
|
||||
@Comment("工单时间-开始时间")
|
||||
private LocalDateTime time;
|
||||
|
||||
|
||||
@Comment("工单时间-结束时间")
|
||||
private LocalDateTime time2;
|
||||
|
||||
@Comment("负责人")
|
||||
private String worker;
|
||||
|
||||
@Comment("工单类型")
|
||||
private String type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user