From df30c88c2c76da0cb607bcf129446f43c9a521da Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Thu, 09 Oct 2025 02:51:02 +0800
Subject: [PATCH] 1

---
 ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/UserPolicyDto.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/UserPolicyDto.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/UserPolicyDto.java
index 8fbf394..4407c94 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/UserPolicyDto.java
+++ b/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;
+
 }

--
Gitblit v1.9.3