菜单新增多语言配置

This commit is contained in:
不做码农
2022-05-06 22:12:15 +08:00
parent 8154beb9e7
commit 854a05cd5d
4 changed files with 19 additions and 3 deletions

View File

@@ -68,5 +68,9 @@ namespace ZR.Model.System.Dto
/// 菜单图标
/// </summary>
public string icon { get; set; } = string.Empty;
/// <summary>
/// 翻译key
/// </summary>
public string MenuNameKey { get; set; }
}
}