From b47cd768140f8938775e449e7be631b880f93340 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Fri, 10 Oct 2025 18:38:27 +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