|
|
@ -33,9 +33,9 @@ public class ScheduleAbnormalReportData extends QueryPage { |
|
|
|
|
|
|
|
|
private String approvePercent; |
|
|
private String approvePercent; |
|
|
private String remark; |
|
|
private String remark; |
|
|
private Date sScheduledDate; |
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|
|
|
|
|
private Date sScheduledDate; |
|
|
private String operatorName; |
|
|
private String operatorName; |
|
|
private String operationDesc; |
|
|
private String operationDesc; |
|
|
private String partNo; |
|
|
private String partNo; |
|
|
|