This commit is contained in:
2026-01-16 16:47:12 +08:00
parent ee77541400
commit b2727a6b5f
27 changed files with 1736 additions and 135 deletions

View File

@@ -0,0 +1,3 @@
export const AdminGroupServices = {
getAdminGroupList: '/AdminGroup/getAdminGroupList',
} as const;