zhengyiming
5 天以前 a5f0843b6b8f1d12ba8d100c81461386b80d7883
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayRateInput.cs
@@ -26,7 +26,7 @@
    /// ID
    /// </summary>
    [Required(ErrorMessage = "ID是必填项。")]
    public int Code { get; set; }
    public string Code { get; set; }
    /// <summary>
    /// 供应商折扣
@@ -61,4 +61,9 @@
public class QueryRateChannelInput
{
    public LifePayRateChannelStatus? Status { get; set; }
    /// <summary>
    /// 充值类型
    /// </summary>
    public LifePayOrderTypeEnum? LifePayOrderType { get; set; }
}