From aff6340db92f4801184db829eccfed93ff6fedb3 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期二, 01 四月 2025 16:41:30 +0800
Subject: [PATCH] fix:提交
---
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 33 +++++++++++++++++++++++++++------
1 files changed, 27 insertions(+), 6 deletions(-)
diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 4c1531b..7970135 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -1111,9 +1111,22 @@
/// </summary>
public string Link { get; set; }
}
+
+public class LifePayConsumptionStatistics
+{
+ /// <summary>
+ /// 绱鎵f
+ /// </summary>
+ public decimal TotalDeductionAmount { get; set; }
+
+ /// <summary>
+ /// 鍐荤粨涓�
+ /// </summary>
+ public decimal TotalFrozenAmount { get; set; }
+}
+
public class LifePayRechargeReceiptsStatistics
{
-
/// <summary>
/// 绱鍏呭��
/// </summary>
@@ -1160,7 +1173,7 @@
/// </summary>
public Guid Id { get; set; }
- // <summary>
+ /// <summary>
/// 骞冲彴璁㈠崟鍙�
/// </summary>
public string OrderNo { get; set; }
@@ -1332,6 +1345,14 @@
public decimal Amount { get; set; }
}
+public class ChannlesRakeListOutPut
+{
+ /// <summary>
+ /// 30澶╀剑閲�
+ /// </summary>
+ public List<ReceiptsDetail> ChannlesRakeList { get; set; } = new List<ReceiptsDetail> { };
+}
+
public class ChannelDataListOutPut
{
/// <summary>
@@ -1349,9 +1370,9 @@
public class ChannelDataReceive
{
/// <summary>
- /// 娓犻亾缂栧彿
+ /// 娓犻亾鍚嶇О
/// </summary>
- public string ChannelId { get; set; }
+ public string ChannelName { get; set; }
/// <summary>
/// 鏀舵
@@ -1368,9 +1389,9 @@
public class ChannelDataUserNumber
{
/// <summary>
- /// 娓犻亾缂栧彿
+ /// 娓犻亾鍚嶇О
/// </summary>
- public string ChannelId { get; set; }
+ public string ChannelName { get; set; }
/// <summary>
/// 鐢ㄦ埛鏁伴噺
--
Gitblit v1.10.0