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