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'
| }
|
|