You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
export enum carbonEmissionFactorLibrary {
|
|
|
|
getTableList = '/carbon-smart/api/carbon/emission/factor/queryCarbonFactorPage',
|
|
|
|
addNewData = '/carbon-smart/api/carbon/emission/factor/creatOrUpdate',
|
|
|
|
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',
|
|
|
|
getCarbonFactorTree = '/carbon-smart/api/carbon/emission/type/getCarbonFactorTree',
|
|
|
|
queryDeptTree = '/carbon-smart/api/user/queryDeptTree',
|
|
|
|
queryUserPerList = '/carbon-smart/api/user/queryUserPerList',
|
|
|
|
}
|