Jay
8 天以前 a6f8c545b3dfd0354b05f2ac2c14f1a3fd9c4f3b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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_last_bak_sim_value,
    t_md_dig_value,
    t_md_bool_value,
    t_md_str_value,
}