| | |
| | | dev_record.setStationName3(rs.getString("stationName3"));
|
| | | dev_record.setStationName5(rs.getString("stationName5"));
|
| | | dev_record.setRecord_time(rs.getTimestamp("record_time"));
|
| | | dev_record.setError_descript(rs.getNString("error_descript"));
|
| | | dev_record.setError_descript(rs.getString("error_descript"));
|
| | | dev_record.setError_en(rs.getInt("error_en"));
|
| | | dev_record.setError_dispose(rs.getNString("error_dispose"));
|
| | | dev_record.setError_dispose(rs.getString("error_dispose"));
|
| | | dev_record.setPicture_num(rs.getInt("picture_num"));
|
| | | Page page=new Page();
|
| | | dev_record.setPage(page);
|