5 lines
233 B
TypeScript
5 lines
233 B
TypeScript
![]() |
export enum equipmentAlarmApi {
|
||
|
getTableList = '/carbon-smart/api/AlarmEquipmentLog/selectAlarmEquipmentLog', //设备告警 列表
|
||
|
getCodeList = '/carbon-smart/api/AlarmEquipmentLog/selectErrorCodeList', //设备告警 列表
|
||
|
}
|