/** * @description 周计划管理-移动端 */ 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'; export { query, queryMonthPlanId, queryMonthProcurements, queryPlanCementConsumption, queryPlanCementProduct, queryPlanClinker, queryPlanCogeneration, queryPlanFerrousMaterial, queryPlanInfo, queryPlanInfoByWeek, queryPlanLimestone, queryPlanMineralizer, queryPlanOverview, queryPlanRawCoal, queryPlanRawMeal, queryPlanSiliconAluminumMaterial, queryPlanTabs, };