22
schangxiang@126.com
2025-06-11 d33faf9454469587f4d10a8acfc8f84b2c40b4e9
Api/Dto/ValidateLicenseInput.cs
@@ -3,8 +3,13 @@
    public class ValidateLicenseInput
    {
        /// <summary>
        /// 预警天数配置
        /// 预警天数配置(选填)
        /// </summary>
        public int? WaringDays { get; set; }
        /// <summary>
        /// 授权文件夹名(选填)
        /// </summary>
        public string? LicenseFolerName { get; set; }
    }
}