5 lines
132 B
TypeScript
5 lines
132 B
TypeScript
export const origanizemanage = {
|
|
userList: '/carbon-smart/api/user/queryUserByPage',
|
|
addUser: '/carbon-smart/api/user/save',
|
|
};
|