| | |
| | | |
| | | final public static String DB_Watersystem = "`db_watersystem`"; |
| | | |
| | | final public static String DB_Electric2MWSystem = "`db_electric2mwsystem`"; |
| | | //--------------------------------------------------------------------------------------------// |
| | | public final static String TB_HardDevSmsState = "tb_hard_dev_sms_state"; |
| | | //--------------------------------------------------------------------------------------------// |
| | |
| | | public final static String Tb_water_state = DB_Watersystem + ".tb_water_state"; //水冷系统实时状态 |
| | | public final static String Tb_water_alarm = DB_Watersystem + ".tb_water_alarm"; //水冷系统告警 |
| | | |
| | | public final static String Tb_Device_ConnectState = DB_Electric2MWSystem+".tb_device_connectstate"; //设备通讯状态表 |
| | | //--------------------------------------------------------------------------------------------// |
| | | public Connection mysql_con; |
| | | |