| | |
| | | import com.power.mysql.Sql_Mysql;
|
| | |
|
| | | public class PowerData_RT {
|
| | | public static int PowerCabinet_NONE = 0;
|
| | | public static int PowerCabinet_EXIST = 1;
|
| | | |
| | |
|
| | | public int PowerDevDeviceId = 0;
|
| | | public String PowerDevDeviceIp = " ";
|
| | | public String PowerDevDeviceName = " ";
|
| | | public String PowerDevProtocolName = " ";
|
| | |
|
| | | public String PowerDevProtocolIndex = ""; |
| | | public String PowerDevProtocolIndex = ""; |
| | | |
| | | public int is_ac_cabinet; //是否包含交流配电柜[1-包含,0-不包含]',
|
| | | public int is_dc_cabinet; //是否包含直流配电柜[1-包含,0-不包含]',
|
| | | public int is_highfreq_cabinet; //是否包含高频配电柜[1-包含,0-不包含]',
|
| | |
|
| | | private MysqlConnPool m_ConPool;
|
| | |
|