dengzedong
3 天以前 a955f188c0380df9705c84f3a0eacccd2fc2375a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.iailab.module.model.influxdb.common.enums;
 
/**
 * 数据表
 *
 * @author PanZhibao
 * @Description
 * @createTime 2023年04月24日 15:13:00
 */
public enum DataMeasurement {
    t_md_sim_value,
    t_md_last_sim_value,
    t_md_dig_value,
    t_md_bool_value,
    t_md_str_value,
}