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 | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs index 16a691b..e21835b 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs @@ -224,7 +224,9 @@ /// <summary> /// 骞冲彴鎶樻墸姣斾緥 /// </summary> - public decimal? PlatformRate { get; set; } + public decimal PlatformRate { get; set; } + + public decimal PlatformDeductionAmount { get; set; } /// <summary> /// 娓犻亾鎶樻墸 @@ -240,6 +242,7 @@ /// 鎵嬬画璐规瘮渚� /// </summary> public decimal PremiumRate { get; set; } + } @@ -293,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 -- Gitblit v1.9.1