注册功能、数据库表关系大更新

This commit is contained in:
橙子
2021-11-06 17:10:44 +08:00
parent 8b3339c81d
commit 1066e54369
28 changed files with 361 additions and 947 deletions

View File

@@ -8,9 +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; }
public string InitIcon { get; set; }
public string InitRole { get; set; }
public string Title { get; set; }
public List<string> ImageList { get; set; }
}
}