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.
5 lines
335 B
5 lines
335 B
export enum notificationManagementApi {
|
|
getTableList = '/carbon-smart/api/AlarmContactInformation/selectAlarmContactInformation', //通知管理分页
|
|
upData = '/carbon-smart/api/AlarmContactInformation/update', //通知管理 修改
|
|
findById = '/carbon-smart/api/AlarmContactInformation/findById', //通知管理 查询详情
|
|
}
|
|
|