Merge remote-tracking branch 'origin/master'

This commit is contained in:
gaowdong 2025-03-07 18:33:21 +08:00
commit c55120e91c
1 changed files with 2 additions and 2 deletions

View File

@ -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;