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