feat: 初始提交

This commit is contained in:
siujamo
2025-12-25 16:12:01 +08:00
commit faff32475f
77 changed files with 6123 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
export * as AuthApi from "./auth"
export * as MenuApi from "./menu"
export * as DeptApi from "./department"
export * as UserApi from "./user"
export * as PositionApi from "./position"
export * as RoleApi from "./role"