From 132fb9d381c6d2c431d77deb7b678ceb0a761614 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 20 三月 2025 16:00:41 +0800
Subject: [PATCH] fix:bug修复

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

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 0667275..6bbd71c 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -457,6 +457,14 @@
     public Guid Id { get; set; }
 
     /// <summary>
+    /// 鐢ㄦ埛璐﹀彿
+    /// </summary>
+    public string UserPhoneNumber { get; set; }
+
+    public string UserName { get; set; }
+
+    public string LifePayChannle { get; set; }
+    /// <summary>
     /// 鐢熸椿缂磋垂鏀粯绫诲瀷
     /// </summary>
     public LifePayTypeEnum? LifePayType { get; set; }
@@ -505,6 +513,11 @@
     /// 瀹屾垚鏃堕棿
     /// </summary>
     public DateTime? FinishTime { get; set; }
+
+    /// <summary>
+    /// 澶栭儴璁㈠崟鍙�
+    /// </summary>
+    public string OutOrderNo { get; set; }
 
     /// <summary>
     /// 璁㈠崟璇︾粏鏁版嵁
@@ -582,6 +595,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