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