LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs @@ -161,5 +161,11 @@ /// 回单地址 /// </summary> public string? ElecBillUrl { get; set; } /// <summary> /// 退款回单地址 /// </summary> public string? RefundElecBillUrl { get; set; } } }