潘志宝
3 天以前 af7bd200a95b9fc6b8b3f3fc603d612221e21fc7
提交 | 用户 | 时间
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 }