mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-28 12:13:26 +08:00
注册功能、数据库表关系大更新
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user