zhengyuxuan
2025-03-31 ef264e2a0e94b967826286d62c1d0f92e864bdc3
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; }
    }
}