taskid:099 remark:'commit'
This commit is contained in:
@@ -42,4 +42,13 @@ export enum carbonInventoryCheck {
|
||||
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',
|
||||
}
|
Reference in New Issue
Block a user