namespace ZR.ServiceCore.Model.Dto { public class SysDictDataDto { public string DictType { get; set; } public string ColumnName { get; set; } public List List { get; set; } } }