| | |
| | | import java.io.Serializable; |
| | | |
| | | public class Water_inf implements Serializable{ |
| | | public int num;//'主键', |
| | | public int water_id ;// '水冷系统id', |
| | | public String water_name ;// '水冷系统名称', |
| | | public int water_type;// '水冷系统类型(备用)', |
| | | public String water_ip;// '水冷系统ip(重要)', |
| | | public String note;// |
| | | public int num;//'主键', |
| | | public int water_id ;// '水冷系统id', |
| | | public String water_name ;// '水冷系统名称', |
| | | public int water_type;// '水冷系统类型(备用)', |
| | | public String water_ip;// '水冷系统ip(重要)', |
| | | public String note;// |
| | | |
| | | public int conn_state = 0; //连接状态1:通讯正常 0:通讯中断 |
| | | public Water_rt wrt; |
| | | public Water_brach wbrach; |
| | | public Water_state wstate; |
| | | public Water_alarm walarm; |
| | | |
| | | |
| | | public int getNum() { |
| | | return num; |
| | | } |