222
schangxiang@126.com
2025-04-02 1fdc2e02fe34ccadb8a7f0a672dc9c29066e61d2
1
2
3
4
5
6
7
8
9
10
namespace iWare.Authorize.Dto
{
    public class ValidateLicenseInput
    {
        /// <summary>
        /// 预警天数配置
        /// </summary>
        public int? WaringDays { get; set; }
    }
}