添加uptime
This commit is contained in:
parent
17ac900ddd
commit
cf2daeb670
|
|
@ -39,8 +39,6 @@ public class CustInfoParam {
|
||||||
private String chronicIds;
|
private String chronicIds;
|
||||||
private LocalDate birthdayStartTime;
|
private LocalDate birthdayStartTime;
|
||||||
private LocalDate birthdayEndTime;
|
private LocalDate birthdayEndTime;
|
||||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
|
||||||
private LocalDate upTime;
|
|
||||||
private String keyword;
|
private String keyword;
|
||||||
private List<Long> placeIdList;
|
private List<Long> placeIdList;
|
||||||
private List<Integer> healthStateList;
|
private List<Integer> healthStateList;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue