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