From 775d5d6142a717e8bc87da3aa3f5d8c1f52ef9a6 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期一, 24 三月 2025 17:57:34 +0800
Subject: [PATCH] fix:bug修复
---
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs | 33 +++++++++++++++++++++++++++++++--
1 files changed, 31 insertions(+), 2 deletions(-)
diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
index e38e3a3..e21835b 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -219,6 +219,31 @@
/// </summary>
public string? ChannelId { get; set; }
+
+
+ /// <summary>
+ /// 骞冲彴鎶樻墸姣斾緥
+ /// </summary>
+ public decimal PlatformRate { get; set; }
+
+ public decimal PlatformDeductionAmount { get; set; }
+
+ /// <summary>
+ /// 娓犻亾鎶樻墸
+ /// </summary>
+ public decimal? ChannleRate { get; set; }
+
+ /// <summary>
+ /// 娓犻亾浣i噾姣斾緥
+ /// </summary>
+ public decimal? ChannlesRakeRate { get; set; }
+
+ /// <summary>
+ /// 鎵嬬画璐规瘮渚�
+ /// </summary>
+ public decimal PremiumRate { get; set; }
+
+
}
//public class ChannelsBaseInput : PageInput
@@ -271,12 +296,12 @@
/// <summary>
/// 寮�濮嬪畬鎴愭椂闂�
/// </summary>
- public DateTime? BeginFinishTime { get; set; }
+ public DateTime? BeginRefundTime { get; set; }
/// <summary>
/// 缁撴潫瀹屾垚鏃堕棿
/// </summary>
- public DateTime? EndFinishTime { get; set; }
+ public DateTime? EndRefundTime { get; set; }
/// <summary>
/// 鐢ㄦ埛Id
@@ -335,6 +360,10 @@
/// 璁㈠崟鐘舵��
/// </summary>
public LifePayOrderStatusEnum? LifePayOrderStatus { get; set; }
+ /// <summary>
+ /// 璁㈠崟鐘舵��
+ /// </summary>
+ public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; }
/// <summary>
/// 鐢ㄦ埛Id
--
Gitblit v1.9.1