摘要:
1. 需要传递的POJO对象./** * @author cheney * * @date Jan 7, 2013 */public class User { private String id; private String name; private String password; /** * @return the id */ public String getId() { return id; } /** * @param id * the id to set */... 阅读全文