Commit 812ceba5 by huluobin

update

parent f16f004c
......@@ -8,11 +8,13 @@ import java.time.LocalDateTime;
@Data
public class QueryLeisureTechnicianReq {
Integer departmentId;
Integer produceId;
Integer serveId;
private Integer departmentId;
private Integer produceId;
private Integer serveId;
LocalDateTime serveStartTime;
@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