From 9ecaed5b2eba579160921b35f129d92d2aedffc9 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 21 三月 2025 13:53:47 +0800 Subject: [PATCH] fix:bug修复 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 47 +++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 43 insertions(+), 4 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index dc33a4a..809c19b 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -246,6 +246,12 @@ /// </summary> public string RefundApplyRemark { get; set; } + + /// <summary> + /// 閫�娆剧敵璇锋椂闂� + /// </summary> + public DateTime? RefundApplyTime { get; set; } + /// <summary> /// 椹冲洖鍘熷洜 /// </summary> @@ -474,6 +480,12 @@ /// </summary> public LifePayOrderTypeEnum LifePayOrderType { get; set; } + + /// <summary> + /// 閫�娆捐鍗曞彿 + /// </summary> + public string? RefundOrderNo { get; set; } + /// <summary> /// 璁㈠崟鍙� /// </summary> @@ -507,7 +519,7 @@ /// <summary> /// 璁㈠崟鐘舵�� /// </summary> - public LifePayOrderStatusEnum LifePayOrderStatus { get; set; } + public LifePayOrderStatusEnum Status { get; set; } /// <summary> /// 瀹屾垚鏃堕棿 @@ -539,9 +551,14 @@ /// </summary> public string RefundCredentialsImgUrl { get; set; } - + /// <summary> + /// 閫�娆惧師鍥� + /// </summary> public string RefundApplyRemark { get; set; } + /// <summary> + /// 椹冲洖鍘熷洜 + /// </summary> public string RefundCheckRemark { get; set; } /// <summary> @@ -553,7 +570,6 @@ /// 骞冲彴閫�娆剧姸鎬� /// </summary> public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; } - /// <summary> /// 瀹為檯鍏呭�奸噾棰� @@ -600,10 +616,16 @@ /// 鎵嬬画璐� /// </summary> public decimal PremiumPrice { get; set; } + /// <summary> /// 骞冲彴鍒╂鼎 /// </summary> public decimal? Profit { get; set; } + + /// <summary> + /// 鍥炲崟鍦板潃 + /// </summary> + public string? ElecBillUrl { get; set; } } public class LifePayRefundOrderOutput { @@ -690,9 +712,19 @@ /// </summary> public string RefundCredentialsImgUrl { get; set; } - + /// <summary> + /// 閫�娆剧敵璇峰師鍥� + /// </summary> public string RefundApplyRemark { get; set; } + /// <summary> + /// 閫�娆剧敵璇锋椂闂� + /// </summary> + public DateTime? RefundApplyTime { get; set; } + + /// <summary> + /// 閫�娆鹃┏鍥炲師鍥� + /// </summary> public string RefundCheckRemark { get; set; } /// <summary> @@ -719,6 +751,12 @@ /// 閫�娆鹃噾棰� /// </summary> public decimal? RefundPrice { get; set; } + + + /// <summary> + /// 鍥炲崟鍦板潃 + /// </summary> + public string? ElecBillUrl { get; set; } } public class CreateLifePayOrderOutput { @@ -742,6 +780,7 @@ /// </summary> public string RefundApplyRemark { get; set; } + /// <summary> /// 鍚庡彴濉啓鐨勯┏鍥炲師鍥� /// </summary> -- Gitblit v1.9.1