zhengyiming
18 小时以前 f7bb0825bc06b8cea32caa44d2326dde51990e77
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; }
}