Commit 812ceba5 by huluobin

update

parent f16f004c
...@@ -8,11 +8,13 @@ import java.time.LocalDateTime; ...@@ -8,11 +8,13 @@ import java.time.LocalDateTime;
@Data @Data
public class QueryLeisureTechnicianReq { public class QueryLeisureTechnicianReq {
Integer departmentId; private Integer departmentId;
Integer produceId; private Integer produceId;
Integer serveId; private Integer serveId;
LocalDateTime serveStartTime;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss", iso = DateTimeFormat.ISO.DATE_TIME) @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss", iso = DateTimeFormat.ISO.DATE_TIME)
LocalDateTime serveEndTime; private LocalDateTime serveStartTime;
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss", iso = DateTimeFormat.ISO.DATE_TIME)
private LocalDateTime serveEndTime;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment