Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c55120e91c
|
|
@ -31,14 +31,14 @@ public class CustInfoParam {
|
|||
private List<Integer> cardStatusList;
|
||||
private LocalDateTime beginOpenCardTime;
|
||||
private LocalDateTime endOpenCardTime;
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
private LocalDate upTime;
|
||||
@ApiModelProperty("个人账户级别 1个人 2部门主账户")
|
||||
private Integer custType;
|
||||
private String shape;
|
||||
private String chronicIds;
|
||||
private LocalDate birthdayStartTime;
|
||||
private LocalDate birthdayEndTime;
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
private LocalDate upTime;
|
||||
private String keyword;
|
||||
private List<Long> placeIdList;
|
||||
private List<Integer> healthStateList;
|
||||
|
|
|
|||
Loading…
Reference in New Issue