fix:菜单ts

This commit is contained in:
PZ688 2025-02-28 00:41:38 +08:00
parent 357020255f
commit 6bfb930c22

View File

@ -226,4 +226,5 @@ export interface SysMenu {
* @memberof SysMenu
*/
children?: Array<SysMenu> | null;
i18nName?: string | null;
}