5 lines
187 B
TypeScript
5 lines
187 B
TypeScript
export * from './workcase'
|
|
|
|
// 从shared导入系统和聊天相关API
|
|
export { guestAPI as systemAPI } from 'shared/api/sys/guest'
|
|
export { workcaseChatAPI as chatAPI } from './workcase' |