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