/** * @description 周计划管理 */ import * as addPlanInfo from './addPlanInfo'; import * as remove from './remove'; import * as exportPlanOverview from './exportPlanOverview'; import * as publish from './publish'; import * as query from './query'; import * as queryMonthPlanId from './queryMonthPlanId'; import * as queryMonthProcurements from './queryMonthProcurements'; import * as queryPlanCementConsumption from './queryPlanCementConsumption'; import * as queryPlanCementProduct from './queryPlanCementProduct'; import * as queryPlanClinker from './queryPlanClinker'; import * as queryPlanCogeneration from './queryPlanCogeneration'; import * as queryPlanFerrousMaterial from './queryPlanFerrousMaterial'; import * as queryPlanInfo from './queryPlanInfo'; import * as queryPlanInfoByWeek from './queryPlanInfoByWeek'; import * as queryPlanLimestone from './queryPlanLimestone'; import * as queryPlanMineralizer from './queryPlanMineralizer'; import * as queryPlanOverview from './queryPlanOverview'; import * as queryPlanRawCoal from './queryPlanRawCoal'; import * as queryPlanRawMeal from './queryPlanRawMeal'; import * as queryPlanSiliconAluminumMaterial from './queryPlanSiliconAluminumMaterial'; import * as queryPlanTabs from './queryPlanTabs'; import * as submitApproval from './submitApproval'; import * as updatePartPlan from './updatePartPlan'; import * as updatePlanInfo from './updatePlanInfo'; import * as upgradeVersion from './upgradeVersion'; export { addPlanInfo, remove, exportPlanOverview, publish, query, queryMonthPlanId, queryMonthProcurements, queryPlanCementConsumption, queryPlanCementProduct, queryPlanClinker, queryPlanCogeneration, queryPlanFerrousMaterial, queryPlanInfo, queryPlanInfoByWeek, queryPlanLimestone, queryPlanMineralizer, queryPlanOverview, queryPlanRawCoal, queryPlanRawMeal, queryPlanSiliconAluminumMaterial, queryPlanTabs, submitApproval, updatePartPlan, updatePlanInfo, upgradeVersion, };