first commit

This commit is contained in:
zc
2026-06-12 17:09:39 +08:00
commit ae41b388cb
756 changed files with 273542 additions and 0 deletions

15
src/apis/index.ts Normal file
View File

@@ -0,0 +1,15 @@
export * from './area'
export * from './auth'
export * from './common'
export * from './monitor'
export * from './system'
export * from './code'
export * from './schedule'
export * from './area/type'
export * from './auth/type'
export * from './common/type'
export * from './monitor/type'
export * from './system/type'
export * from './code/type'
export * from './schedule/type'