Advertisement
stirante

Untitled

Oct 14th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @Override
  2. public ScoreBean resolve(ResultSet rs) throws Throwable {
  3. ScoreBean bean = new ScoreBean();
  4. bean.bad = rs.getInt("bad");
  5. bean.good = rs.getInt("good");
  6. bean.pic1 = rs.getInt("pic1");
  7. bean.pic2 = rs.getInt("pic2");
  8. return null;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement