zhengyiming
2025-03-31 d5fe1b8b4de07a9ceeee5bba65677f5c0b5e9d5d
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; }
    }
}