packages/services/apiV2/index.ts
@@ -7,6 +7,7 @@ import * as user from './user'; import * as dictionary from './dictionary'; import * as auth from './auth'; import * as taskUser from './taskUser'; import * as task from './task'; import * as enterprise from './enterprise'; import * as role from './role'; @@ -17,6 +18,7 @@ user, dictionary, auth, taskUser, task, enterprise, role,