1
zj
2025-10-12 84d42b6997ae87fa64b75ae085fce11d05a6ca5a
ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/UserPolicyDto.java
@@ -11,7 +11,7 @@
public class UserPolicyDto {
    // 系统生成的用户ID
    private String userId;
    private String account;
    // 保险产品ID
    private Integer productId;
@@ -23,7 +23,7 @@
    private UserPolicy.Gender gender;
    // 出生日期
    private Date birthDate;
    private String birthDate;
    // 职业
    private String occupation;
@@ -34,4 +34,7 @@
    // 手机号码
    private String phone;
    //支付产品id
    private String payProductId;
}