import { MemberModel } from './member' import { ScenariofieldconfigModel } from './scenariofieldconfig' import { ProjectModel } from './project' import { TaskflowModel } from './taskflow' import { TaskflowstatusModel } from './taskflowstatus' import { StageModel } from './stage' import tasklist from './tasklist' import { SmartgroupModel } from './smartgroup' import { UserModel } from './user' import { TaskModel } from './task' import CustomfieldModel from './customfield' import application from './application' import apprelation from './apprelation' import objectlink from './objectlink' import worktime from './worktime' import tag from './tag' export default { customfield: CustomfieldModel, project: ProjectModel, taskflow: TaskflowModel, taskflowstatus: TaskflowstatusModel, scenariofieldconfig: ScenariofieldconfigModel, stage: StageModel, tasklist, smartgroup: SmartgroupModel, member: MemberModel, user: UserModel, task: TaskModel, application, apprelation, objectlink, worktime, tag }