From 1cf34bf75b4b6b091f0aea3d7f97f1c689e40fe5 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 13 Oct 2025 01:42:19 +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