- using System.ComponentModel.DataAnnotations;
- using ShwasherSys.Authorization.Users;
- using IwbZero.BaseSysInfo;
- namespace ShwasherSys.BaseSysInfo
- {
- public class SysSetting : IwbSysSetting<SysUser>
- {
- //[StringLength(int.MaxValue)]
- //public new string Value { get; set; }
- }
- }
|