zhengyuxuan
2025-04-02 d739f66a7653ac190b029dd396529283c9b2e91e
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -859,3 +859,8 @@
{
    public List<string>? ChannleList { get; set; }
}
public class QueryLifePayChannlesInput
{
    public LifePayChannelsStatsEnum? Status { get; set; }
}