首页>代码>Springboot + mybatis + layui实现的增删改查项目实例>/yy/src/main/java/cn/lj/yy/model/Person.java
package cn.lj.yy.model;

public class Person {

    private int id;
    private String name;
    private int age;
    private String sex;

    public int getId() {
        return id;
    }

    public void setId(int id) {
        this.id = id;
    }

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public int getAge() {
        return age;
    }

    public void setAge(int age) {
        this.age = age;
    }

    public String getSex() {
        return sex;
    }

    public void setSex(String sex) {
        this.sex = sex;
    }

    @Override
    public String toString() {
        return "Person{" +
                "id=" + id +
                ", name='" + name + '\'' +
                ", age=" + age + '\'' +
                ", sex='" + sex + '\'' +
                '}';
    }
}
最近下载更多
oldfox  LV19 10月22日
y1214435276  LV9 9月26日
Oxygeni  LV6 7月14日
计科一班  LV7 6月18日
witge1  LV1 6月17日
加油干阳神  LV9 5月21日
唐僧洗头爱飘柔  LV22 5月10日
whb5566  LV10 4月24日
最近浏览更多
haomc052829  LV2 昨天
15719908287  LV9 11月4日
oldfox  LV19 10月22日
y1214435276  LV9 9月26日
codecc 9月7日
暂无贡献等级
shuilianbing  LV6 8月24日
暂无贡献等级
ldmldmsssssssssss 7月29日
暂无贡献等级
Oxygeni  LV6 7月14日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友