提交 | 用户 | 时间 | ||
a955f1 | 1 | package com.iailab.module.model.influxdb.common.enums; |
D | 2 | |
3 | /** | |
4 | * 数据表 | |
5 | * | |
6 | * @author PanZhibao | |
7 | * @Description | |
8 | * @createTime 2023年04月24日 15:13:00 | |
9 | */ | |
10 | public enum DataMeasurement { | |
11 | t_md_sim_value, | |
12 | t_md_last_sim_value, | |
13 | t_md_dig_value, | |
14 | t_md_bool_value, | |
15 | t_md_str_value, | |
16 | } |