zhengyuxuan
2025-03-28 8f25ac56ec951891640408bf825eeaff63a52d5e
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; }
}