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; } } }