一般用来与数据库的字段做映射
class People(){ private int id; private String name; private int age; private String address;