fix(enum): 🐛 同步调整枚举文件重命名导入路径

This commit is contained in:
Ray.Hao
2025-09-22 16:52:26 +08:00
parent 39f124ed61
commit 9479feaba3
24 changed files with 42 additions and 43 deletions

View File

@@ -42,7 +42,7 @@ export interface MenuQuery {
/** 搜索关键字 */
keywords?: string;
}
import type { MenuTypeEnum } from "@/enums/system/menu.enum";
import type { MenuTypeEnum } from "@/enums/system/menu-enum";
export interface MenuVO {
/** 子菜单 */
children?: MenuVO[];