using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Yi.Framework.DTOModel { public class SettingDto { public string InitIcon_key { get; set; } public string InitRole_key { get; set; } public string Title_key { get; set; } public List ImageList_key { get; set; } } }