/** * @description Category Controller */ import * as activeList from './activeList'; import * as create from './create'; import * as remove from './remove'; import * as detail from './detail'; import * as getAllList from './getAllList'; import * as getCategoryAndApplist from './getCategoryAndApplist'; import * as getCategoryAndApplistWithQuery from './getCategoryAndApplistWithQuery'; import * as list from './list'; import * as operation from './operation'; import * as optList from './optList'; import * as update from './update'; export { activeList, create, remove, detail, getAllList, getCategoryAndApplist, getCategoryAndApplistWithQuery, list, operation, optList, update, };