Browse Source

0412更新

master
ruanqi 1 year ago
parent
commit
81b17218a6
  1. 2
      src/main/java/com/heai/modules/production/entity/ScheduleAbnormalReportData.java

2
src/main/java/com/heai/modules/production/entity/ScheduleAbnormalReportData.java

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

Loading…
Cancel
Save