wujingjing
2024-08-08 7341c467ca5411e49f4b480f84b5437a61984c54
1
2
3
4
5
6
7
8
9
10
 
export const SummaryAnswerType = {
  RecordSet: 'recordset',
  Summary: 'summary',
  Url: 'url',
  Map: 'map',
  DeviceLastValue: 'device_last_value',
  /** @description 后端并没有增加一个新的 table 类型,而是当成 recordset 的一种特列 */
  RecordSetTable: 'recordsetTable'
}