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; } }