zhengyuxuan
2025-03-28 d6ffbd97603decf4d3922a697414f4f7cec30434
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -632,3 +632,15 @@
    /// </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; }
}