Browse Source

派工单 计划时间

master
Rui_Li 4 years ago
parent
commit
f7d8496083
  1. 6
      src/main/java/com/gaotao/modules/schedule/data/SearchScheduleData.java

6
src/main/java/com/gaotao/modules/schedule/data/SearchScheduleData.java

@ -23,9 +23,9 @@ public class SearchScheduleData extends BaseData {
@DateTimeFormat(pattern = "yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date scheduleDate;
@DateTimeFormat(pattern = "HH:mm:ss")
@JsonFormat(pattern = "HH:mm:ss", timezone = "GMT+8")
private Date scheduleTime;//排产的时分秒
@DateTimeFormat(pattern = "HH:mm")
@JsonFormat(pattern = "HH:mm", timezone = "GMT+8")
private Date scheduleTime;//排产的
@DateTimeFormat(pattern = "yyyy-MM-dd")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date enterTime1;

Loading…
Cancel
Save