namespace iWare.Authorize.Dto { public class ValidateLicenseInput { /// /// 预警天数配置(选填) /// public int? WaringDays { get; set; } /// /// 授权文件夹名(选填) /// public string? LicenseFolerName { get; set; } } }