From 1acc7dc37fb2079d07b5aa1296295568f0d64160 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 20 三月 2025 15:40:42 +0800
Subject: [PATCH] fix:用户管理时间设为范围查询

---
 LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 0667275..96fcfd4 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -582,6 +582,13 @@
     /// 鎵嬬画璐规瘮渚�
     /// </summary>
     public decimal PremiumRate { get; set; }
+
+    /// <summary>
+    /// 鎵嬬画璐�
+    /// </summary>
+    public decimal PremiumPrice { get; set; }
+
+    public decimal? Profit { get; set; }
 }
 
 public class CreateLifePayOrderOutput

--
Gitblit v1.9.1