|
@@ -22,7 +22,8 @@ public enum TableNameEnum {
|
22
|
22
|
DGNS_GTMLOUTCODE(9, "dgns_gtmloutcode", "模型参数", "dgns_gtmloutcode.txt"),
|
23
|
23
|
DGNS_GTSTANDARD(10, "dgns_gtstandard", "标准功图", "dgns_gtstandard.txt"),
|
24
|
24
|
GTCVR_RUNTIME_CONFIG(11, "gtcvr_runtime_config", "全局配置表", "config"),
|
25
|
|
- AOID_PROD_STATE(12, "aoid_prod_state", "开井状态表", "aoid_prod_state.txt");
|
|
25
|
+ AOID_PROD_STATE(12, "aoid_prod_state", "开井状态表", "aoid_prod_state.txt"),
|
|
26
|
+ BH_RTU_DATA(13,"bh_rtu_data","博海粤能RTU数据","bh_rtu_data.txt");
|
26
|
27
|
|
27
|
28
|
|
28
|
29
|
TableNameEnum(int key, String tableName, String label, String actualFileName) {
|