2024-07-08 09:48:44 +08:00
|
|
|
export enum carbonEmissionFactorLibrary {
|
2024-07-08 11:45:01 +08:00
|
|
|
getTableList = '/carbon-smart/api/carbon/emission/factor/queryCarbonFactorPage',
|
|
|
|
addNewData = '/carbon-smart/api/carbon/emission/factor/creatOrUpdate',
|
2024-07-08 09:48:44 +08:00
|
|
|
editUser = '/carbon-smart/api/user/edit',
|
|
|
|
frozen = '/carbon-smart/api/user/frozen',
|
|
|
|
resetPwd = '/carbon-smart/api/user/resetPwd',
|
|
|
|
del = '/carbon-smart/api/user/del',
|
|
|
|
batchDel = '/carbon-smart/api/user/batchDel',
|
2024-07-08 11:45:01 +08:00
|
|
|
getCarbonFactorTree = '/carbon-smart/api/carbon/emission/type/getCarbonFactorTree',
|
2024-07-08 09:48:44 +08:00
|
|
|
queryDeptTree = '/carbon-smart/api/user/queryDeptTree',
|
|
|
|
queryUserPerList = '/carbon-smart/api/user/queryUserPerList',
|
|
|
|
}
|