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