zhengyiming
21 小时以前 7a540f529d2c9a541993bc9818cad9c9093fec91
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; }
}