Merge branch 'ah-sbd-h5'

This commit is contained in:
sxu 2025-03-07 18:23:42 +08:00
commit 17ac900ddd
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ 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;