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