namespace iWare.Authorize.Dto { public class ValidateLicenseInput { /// /// 预警天数配置 /// public int? WaringDays { get; set; } } }