31 lines
970 B
TypeScript
31 lines
970 B
TypeScript
export * from './area'
|
|
export * from './auth'
|
|
export * from './common'
|
|
export * from './monitor'
|
|
export * from './system'
|
|
export * from './code'
|
|
export * from './schedule'
|
|
export * from './project'
|
|
export * from './project/task'
|
|
export * from './attach-info'
|
|
export * from './model-config'
|
|
// 保险相关模块
|
|
export * as InsuranceAPI from './insurance'
|
|
export * as InsuranceCompanyAPI from './insurance-company'
|
|
export * as InsuranceTypeAPI from './insurance-type'
|
|
export * as HealthRecordAPI from './health-record'
|
|
export * as InsuranceFileAPI from './insurance-file'
|
|
export * as EmployeeAPI from './employee'
|
|
export * as RegulationAPI from './regulation'
|
|
|
|
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'
|
|
export * from './project/type'
|
|
export * from './attach-info/type'
|
|
export * from './model-config/type'
|