feat: 菜单名称国际化

This commit is contained in:
caiyuchao
2025-05-20 18:16:38 +08:00
parent 403eb9181c
commit b4d91ef9c6
8 changed files with 228 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ export namespace SystemMenuApi {
export interface Menu {
id: number;
name: string;
i18nKey: string;
permission: string;
type: number;
sort: number;