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