LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -572,4 +572,15 @@ public decimal Profit { 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; } }