4 lines
130 B
TypeScript
4 lines
130 B
TypeScript
|
|
export enum gatewayAlarmApi {
|
||
|
|
getTableList = '/carbon-smart/api/AlarmGatewayLog/selectAlarmGatewayLog', //网关告警 列表
|
||
|
|
}
|