|
|
|
@ -36,8 +36,8 @@ public class EamWorkOrderInData extends EamWorkOrderData{ |
|
|
|
private String difficultyRemark; |
|
|
|
private String planPeriod; |
|
|
|
private String planCycle; |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
|
|
|
@DateTimeFormat(pattern = "HH:mm") |
|
|
|
@JsonFormat(pattern = "HH:mm", timezone = "GMT+8") |
|
|
|
private Date taskStartDate; |
|
|
|
// 审核员名称 |
|
|
|
private String checkerName; |
|
|
|
|