完成redis

This commit is contained in:
lzw
2021-11-03 18:26:13 +08:00
parent 7b994240d0
commit c4e13a4135
14 changed files with 115 additions and 265 deletions

View File

@@ -8,5 +8,9 @@ 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<string> ImageList_key { get; set; }
}
}