You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
5.3 KiB
TypeScript

// @ts-ignore
/* eslint-disable */
// API 更新时间:
// API 唯一标识:
import * as errorController from './errorController';
import * as pbcBannerController from './pbcBannerController';
import * as pbcBusinessApprovalController from './pbcBusinessApprovalController';
import * as pbcBusinessController from './pbcBusinessController';
import * as pbcBusinessPostConfigController from './pbcBusinessPostConfigController';
import * as pbcBusinessTeamController from './pbcBusinessTeamController';
import * as pbcCategoryController from './pbcCategoryController';
import * as pbcCommonDataController from './pbcCommonDataController';
import * as pbcContentPublishController from './pbcContentPublishController';
import * as pbcContentTypeController from './pbcContentTypeController';
import * as pbcEmailController from './pbcEmailController';
import * as pbcFashionTrendController from './pbcFashionTrendController';
import * as pbcImageController from './pbcImageController';
import * as pbcInnovativeServiceController from './pbcInnovativeServiceController';
import * as pbcLocationController from './pbcLocationController';
import * as pbcLoginController from './pbcLoginController';
import * as pbcLogisticsController from './pbcLogisticsController';
import * as pbcOperateInstructionController from './pbcOperateInstructionController';
import * as pbcOrderAddressController from './pbcOrderAddressController';
import * as pbcOrderController from './pbcOrderController';
import * as pbcOssImgController from './pbcOssImgController';
import * as pbcProductController from './pbcProductController';
import * as pbcProductHotController from './pbcProductHotController';
import * as pbcProductLabelConfigController from './pbcProductLabelConfigController';
import * as pbcProductLabelConfigTypeController from './pbcProductLabelConfigTypeController';
import * as pbcProductLabelHotController from './pbcProductLabelHotController';
import * as pbcProductShopCartController from './pbcProductShopCartController';
import * as pbcPurchaseAgentInfoController from './pbcPurchaseAgentInfoController';
import * as pbcQrController from './pbcQrController';
import * as pbcRecommendBusinessController from './pbcRecommendBusinessController';
import * as pbcRecommendPurchaseAgentController from './pbcRecommendPurchaseAgentController';
import * as pbcRequirementController from './pbcRequirementController';
import * as pbcRequirementReplyController from './pbcRequirementReplyController';
import * as pbcRoleController from './pbcRoleController';
import * as pbcScreenAdvertisementController from './pbcScreenAdvertisementController';
import * as pbcSearchKeyController from './pbcSearchKeyController';
import * as pbcSmsController from './pbcSmsController';
import * as pbcSmsLogController from './pbcSmsLogController';
import * as pbcSpecificationController from './pbcSpecificationController';
import * as pbcTrainingClassesChapterController from './pbcTrainingClassesChapterController';
import * as pbcTrainingClassesController from './pbcTrainingClassesController';
import * as pbcTrainingClassesTypeController from './pbcTrainingClassesTypeController';
import * as pbcTrainingClassesVideoController from './pbcTrainingClassesVideoController';
import * as pbcTrainingClassesVideoRecordController from './pbcTrainingClassesVideoRecordController';
import * as pbcUserBusinessController from './pbcUserBusinessController';
import * as pbcUserCollectController from './pbcUserCollectController';
import * as pbcUserMessageController from './pbcUserMessageController';
import * as pbcUserRecordLogController from './pbcUserRecordLogController';
import * as pbcUsersController from './pbcUsersController';
import * as pbcVipGradeController from './pbcVipGradeController';
import * as pbcVodController from './pbcVodController';
import * as wxController from './wxController';
export default {
pbcSmsLogController,
pbcImageController,
pbcLoginController,
pbcBannerController,
pbcBusinessPostConfigController,
pbcFashionTrendController,
pbcInnovativeServiceController,
pbcLogisticsController,
pbcOperateInstructionController,
pbcOrderController,
pbcOrderAddressController,
pbcProductLabelConfigController,
pbcProductLabelConfigTypeController,
pbcProductLabelHotController,
pbcProductShopCartController,
pbcPurchaseAgentInfoController,
pbcRecommendBusinessController,
pbcRecommendPurchaseAgentController,
pbcRequirementController,
pbcRequirementReplyController,
pbcRoleController,
pbcScreenAdvertisementController,
pbcSearchKeyController,
pbcSpecificationController,
pbcTrainingClassesController,
pbcTrainingClassesChapterController,
pbcTrainingClassesTypeController,
pbcTrainingClassesVideoController,
pbcTrainingClassesVideoRecordController,
pbcVipGradeController,
pbcBusinessController,
pbcBusinessApprovalController,
pbcBusinessTeamController,
pbcCategoryController,
pbcCommonDataController,
pbcContentPublishController,
pbcContentTypeController,
pbcEmailController,
pbcLocationController,
pbcProductController,
pbcProductHotController,
pbcQrController,
pbcSmsController,
pbcUserBusinessController,
pbcUserCollectController,
pbcUserMessageController,
pbcUsersController,
pbcUserRecordLogController,
wxController,
errorController,
pbcOssImgController,
pbcVodController,
};