From 11ffae1ecbe3d26863fd51262d7ffb043eb089da Mon Sep 17 00:00:00 2001
From: dd <gitluke@outlook.com>
Date: Mon, 27 Oct 2025 03:38:28 +0800
Subject: [PATCH] 1
---
ruoyi-system/src/main/java/com/ruoyi/system/domain/UserPolicy.java | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/UserPolicy.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/UserPolicy.java
index f46a16c..385b2fc 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/UserPolicy.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/UserPolicy.java
@@ -41,6 +41,9 @@
// 保险期限(如:1天/终身)
private Integer term;
+ //可领取天数
+ private Integer numberDays;
+
// 姓名
private String name;
@@ -71,6 +74,8 @@
// 保险结束日期
private LocalDate endDate;
+ // 领取失效日期
+ private LocalDate insuranceBenefitExpiryDate;
// 是否终身保险 0:是 1:否
private Integer isLifelong ;
@@ -92,9 +97,12 @@
//支付订单号
private String orderNo;
- //支付失败原因
+ //支付失败原因getProduct
private String payMsg;
+ //支付方式 1 支付宝 2微信 3余额
+ private Integer modePayment;
+
// 性别枚举 M:男 F:女 OTHER:其他
public enum Gender {
M, F, OTHER
--
Gitblit v1.9.3