首页>代码>spring boot+mybatis+layui构建的用户增删改查实例,支持分页查询,模糊查询>/SpringBootMybatisDemo/src/main/java/com/example/SpringBootMybatisDemo/entity/User.java
package com.example.SpringBootMybatisDemo.entity;

/**
 * 创建人:thj
 * 创建时间: 2018/6/25 11:29
 * 用途:
 */
public class User {

    private Integer id;
    private String name;
    private Integer age;

    public User() {
    }

    public User(Integer id, String name, Integer age) {
        this.id = id;
        this.name = name;
        this.age = age;
    }

    public Integer getId() {
        return id;
    }

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

    public String getName() {
        return name;
    }

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

    public Integer getAge() {
        return age;
    }

    public void setAge(Integer age) {
        this.age = age;
    }
}
最近下载更多
dane168  LV8 2月23日
zhengguangshun  LV4 2024年8月26日
可乐要加冰1  LV8 2024年6月20日
ma406805131  LV19 2024年5月11日
汤汤汤要学编程  LV11 2023年6月27日
iceboard  LV2 2023年5月31日
zhaoming200677  LV12 2022年12月3日
呵呵哈哈哈  LV10 2022年9月3日
lucuey  LV1 2022年7月8日
cab123123  LV8 2022年4月25日
最近浏览更多
dane168  LV8 2月17日
syczzxj  LV10 2024年9月18日
zhengguangshun  LV4 2024年8月26日
可乐要加冰1  LV8 2024年6月20日
颜菜菜  LV2 2024年6月19日
17380184110 2024年6月19日
暂无贡献等级
计科一班  LV7 2024年6月19日
xin xie  LV1 2024年6月13日
f22m1a2b2  LV17 2024年5月30日
wwwww816  LV5 2024年5月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友