dengzedong
3 天以前 1d4ac27e8a9428aff4dd3ba1c9e2bb8b2ed826f7
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,
}