// 碳排因子库接口 export enum carbonEmissionFactorLibrary { getTableList = '/carbon-smart/api/carbon/emission/factor/queryCarbonFactorPage', creatOrUpdate = '/carbon-smart/api/carbon/emission/factor/creatOrUpdate', del = '/carbon-smart/api/carbon/emission/factor/del', getEmissionProcess = '/carbon-smart/api/carbon/emission/factor/getEmissionProcess', findById = '/carbon-smart/api/carbon/emission/factor/findById', getCarbonFactorTree = '/carbon-smart/api/carbon/emission/type/getCarbonFactorTree', creat = '/carbon-smart/api/carbon/emission/type/creatOrUpdate', delTreeNode = '/carbon-smart/api/carbon/emission/type/del', // 单位管理 dictionaryUnitManagement = '/carbon-smart/client/dict/dictionaryUnitManagement', findOutermost = '/carbon-smart/client/dict/findOutermost', createDictionary = '/carbon-smart/client/dict/createDictionary', updateDictionary = '/carbon-smart/client/dict/updateDictionary', delDictionary = '/carbon-smart/client/dict/delDictionary', } // 碳排管理-碳排统计接口 export enum energyConsumption { getDicList = '/carbon-smart/client/dict/list', pageList = '/carbon-smart/api/carbon/stats/pageList', findById = '/carbon-smart/api/carbon/stats/findById', creat = '/carbon-smart/api/carbon/stats/creat', update = '/carbon-smart/api/carbon/stats/update', del = '/carbon-smart/api/carbon/stats/del', } // 碳排管理-碳排速算接口 export enum quickCalculation { carbonQuickTree = '/carbon-smart/api/carbon/energy/correlation/carbonQuickTree', queryCarbonEmissionPage = '/carbon-smart/api/carbon/energy/correlation/queryCarbonEmissionPage', creat = '/carbon-smart/api/carbon/energy/correlation/creat', update = '/carbon-smart/api/carbon/energy/correlation/update', del = '/carbon-smart/api/carbon/energy/correlation/del', } // 碳排管理-碳排统计接口 export enum carbonEmission { carbonEmissionStatistics = '/carbon-smart/api/carbon/energy/correlation/carbonEmissionStatistics', } // 碳盘查接口 export enum carbonInventoryCheck { carbonInventoryList = '/carbon-smart/api/carbon/report/carbonInventoryList', createOrUpdate = '/carbon-smart/api/carbon/report/createOrUpdate', findById = '/carbon-smart/api/carbon/report/findById', delete = '/carbon-smart/api/carbon/report/delete', // 填报页面接口 // 最左侧碳盘查报告树 getCategoryTree = '/carbon-smart/api/carbon/inventory/contact/getCategoryTree', updateCategoryTree = '/carbon-smart/api/carbon/inventory/contact/update', // 排放源中左侧树 getInventoryTree = '/carbon-smart/api/carbon/inventory/getInventoryTree', create = '/carbon-smart/api/carbon/inventory/create', update = '/carbon-smart/api/carbon/inventory/update', del = '/carbon-smart/api/carbon/inventory/del', // 获取排放源表格数据 findUnitById = '/carbon-smartapi/carbon/inventory/findById', getDetailsList = '/carbon-smart/api/carbon/inventory/details/getDetailsList', updateTable = '/carbon-smart/api/carbon/inventory/details/update', // 排放统计接口 emissionStatistic = '/carbon-smart/api/carbon/inventory/emissionStatistic', // 碳排流向 carbonFlowDirection = '/carbon-smart/api/carbon/inventory/carbonFlowDirection', } // 碳资产 export enum carbonAssets { // 全部 carbonAssets = '/carbon-smart/api/carbon/trade/details/carbonAssets', // 详情 carbonDetailsList = '/carbon-smart/api/carbon/trade/details/carbonDetailsList', createOrUpdate = '/carbon-smart/api/carbon/trade/details/createOrUpdate', delete = '/carbon-smart/api/carbon/trade/details/delete', quotaStatistics = '/carbon-smart/api/carbon/trade/details/quotaStatistics', }