LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -631,4 +631,16 @@ /// 充值凭证 /// </summary> public string Voucher { get; set; } } public class SetPayTypeReturn { public string Desc { get; set; } public string OrderNo { get; set; } public decimal PayAmount { get; set; } public LifePayTypeEnum LifePayType { get; set; } }