1
zj
2025-10-09 df30c88c2c76da0cb607bcf129446f43c9a521da
ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/UserPolicyDto.java
@@ -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;
}