using Newtonsoft.Json; namespace Vo { /// /// 添加 /// public class SysDictItemAddVo { /// /// 编号 /// public long id { get; set; } } }