From 715971f988d2d096b32a699f10f5c9acdadcae1c Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 20 三月 2025 13:08:32 +0800 Subject: [PATCH] fix:bug修复 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 49 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index 853c9a4..8670fc7 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -125,6 +125,11 @@ public string PhoneNumber { get; set; } /// <summary> + /// 濮撳悕 + /// </summary> + public string Name { get; set; } + + /// <summary> /// 鏈�鍚庣櫥褰曟笭閬� /// </summary> public string? CreationChannle { get; set; } @@ -176,6 +181,11 @@ public decimal RechargeAmount { get; set; } /// <summary> + /// 瀹為檯鍏呭�奸噾棰� + /// </summary> + public decimal? ActualRechargeAmount { get; set; } + + /// <summary> /// 浼樻儬閲戦 /// </summary> public decimal DiscountAmount { get; set; } @@ -189,6 +199,12 @@ /// 鏀粯鏃堕棿 /// </summary> public DateTime? PayTime { get; set; } + + + /// <summary> + /// 骞冲彴鎵f閲戦 + /// </summary> + public decimal? PlatformDeductionAmount { get; set; } /// <summary> /// 鏀粯鐘舵�� @@ -225,13 +241,30 @@ /// </summary> public DateTime? RefundTime { get; set; } - + /// <summary> + /// 鐢宠閫�娆惧師鍥� + /// </summary> public string RefundApplyRemark { get; set; } + /// <summary> + /// 椹冲洖鍘熷洜 + /// </summary> public string RefundCheckRemark { get; set; } + /// <summary> + /// 渚涘簲鍟嗚鍗曞彿 + /// </summary> public string ACOOLYOrderNo { get; set; } + /// <summary> + /// 渚涘簲鍟嗚鍗曠姸鎬� + /// </summary> + public ACOOLYStatusEnum? ACOOLYStatus { get; set; } + + /// <summary> + /// 骞冲彴閫�娆剧姸鎬� + /// </summary> + public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; } } public class LifePayOrderListTemplate @@ -499,4 +532,19 @@ public DateTime CreationTime { get; set; } public bool IsDeleted { get; set; } +} + +public class TopStatisticsOutput +{ + /// <summary> + /// 璐︽埛浣欓 + /// </summary> + public string Amount { get; set; } + + /// <summary> + /// 绱鏀舵 + /// </summary> + public string AccumulatedReceipts { get; set; } + + } \ No newline at end of file -- Gitblit v1.9.1