package
POJO;
public
class
Boy {
private
Integer id;
String name;
Integer age;
Boy(){}
//....省略getter跟setter
}