From 0846b628ebd2e657a7fb070df41569d38556a476 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 10 四月 2025 10:56:26 +0800
Subject: [PATCH] fix: ACOOLYNotify 回调状态修改
---
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs | 62 ++++++++++++++++++++++++++++++
1 files changed, 61 insertions(+), 1 deletions(-)
diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
index 7190e9a..72868d6 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -671,9 +671,9 @@
public LifePayTypeEnum LifePayType { get; set; }
}
+
public class AddLifePayExpensesReceiptsInput
{
-
/// <summary>
/// 閫�娆捐鍗曞彿
/// </summary>
@@ -703,6 +703,61 @@
/// 浜ゆ槗閲戦
/// </summary>
public decimal Amount { get; set; }
+}
+
+public class AddLifePayChannlesRakeReceiptsInput
+{
+
+ /// <summary>
+ /// 骞冲彴鎶樻墸姣斾緥
+ /// </summary>
+ public decimal? PlatformRate { get; set; }
+
+ /// <summary>
+ /// 娓犻亾鎶樻墸
+ /// </summary>
+ public decimal? ChannleRate { get; set; }
+
+ /// <summary>
+ /// 鍏呭�奸噾棰�
+ /// </summary>
+ public decimal? RechargeAmount { get; set; }
+
+ /// <summary>
+ /// 骞冲彴璁㈠崟鍙�
+ /// </summary>
+ public string OrderNo { get; set; }
+
+ /// <summary>
+ /// 鎴愪氦閲戦
+ /// </summary>
+ public decimal PayAmount { get; set; }
+
+
+ /// <summary>
+ /// 娓犻亾浣i噾姣斾緥
+ /// </summary>
+ public decimal ChannlesRakeRate { get; set; }
+
+ /// <summary>
+ /// 浣i噾
+ /// </summary>
+ public decimal ChannlesRakePrice { get; set; }
+
+ /// <summary>
+ /// 缁撶畻鏃堕棿
+ /// </summary>
+ public DateTime FinishTime { get; set; }
+
+ /// <summary>
+ /// 鎷撳睍灞炴��
+ /// </summary>
+ public string ExtraProperties { get; set; }
+
+ /// <summary>
+ /// 涓嬪崟娓犻亾
+ /// </summary>
+ public string ChannelId { get; set; }
}
public class LifePayExpensesReceiptsPageInput : ChannelsBaseInput
{
@@ -803,4 +858,9 @@
public class TopStatisticsInput
{
public List<string>? ChannleList { get; set; }
+}
+
+public class QueryLifePayChannlesInput
+{
+ public LifePayChannelsStatsEnum? Status { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.1