From 79421b33e9936816065a545c3b4534f342b6f33d Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期四, 27 三月 2025 10:27:07 +0800
Subject: [PATCH] fix:bug修复
---
LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs | 31 +++++++++++++++++++++++++++++--
1 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
index e82126f..f6c1394 100644
--- a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
+++ b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
@@ -81,12 +81,12 @@
public string ACOOLYOrderNo { get; set; }
/// <summary>
- /// 璁㈠崟鐘舵��
+ /// 骞冲彴璁㈠崟鐘舵��
/// </summary>
public LifePayOrderStatusEnum LifePayOrderStatus { get; set; }
/// <summary>
- /// 骞冲彴鐘舵��
+ /// 渚涘簲鍟嗙姸鎬�
/// </summary>
public ACOOLYStatusEnum? ACOOLYStatus { get; set; }
@@ -161,5 +161,32 @@
/// 鍥炲崟鍦板潃
/// </summary>
public string? ElecBillUrl { get; set; }
+
+ /// <summary>
+ /// 閫�娆惧洖鍗曞湴鍧�
+ /// </summary>
+ public string? RefundElecBillUrl { get; set; }
+
+
+ /// <summary>
+ /// 骞冲彴鎶樻墸姣斾緥
+ /// </summary>
+ public decimal? PlatformRate { get; set; }
+
+ /// <summary>
+ /// 娓犻亾鎶樻墸
+ /// </summary>
+ public decimal? ChannleRate { get; set; }
+
+ /// <summary>
+ /// 娓犻亾浣i噾姣斾緥
+ /// </summary>
+ public decimal? ChannlesRakeRate { get; set; }
+
+ /// <summary>
+ /// 鎵嬬画璐规瘮渚�
+ /// </summary>
+ public decimal? PremiumRate { get; set; }
+
}
}
\ No newline at end of file
--
Gitblit v1.9.1