From 2fb049ae2f0560c87b2e53fbdc5b588e64fa565e Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 01 四月 2025 11:11:43 +0800 Subject: [PATCH] fix: 修改GetBackClientUsers中的UserChannleDto --- LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs b/LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs index d8f195a..b98c786 100644 --- a/LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs +++ b/LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs @@ -33,6 +33,14 @@ /// </summary> public string OutTradeNo { get; set; } + /// <summary> + /// 閫�娆鹃噾棰� + /// </summary> public string RefundAmount { get; set; } + + /// <summary> + /// 閫�娆捐鍗曞彿 + /// </summary> + public string OutRefundNo { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1