首页>代码>基于spring+spring mvc+mybatis+mavern+pagehelper登录增删改查以及分页查询实例,适合小白学习>/ssm/src/main/java/com/kaige/entity/User.java
package com.kaige.entity; public class User { private Integer id; private String name; private String password; private Integer age; public User() { super(); } 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 String getPassword() { return password; } public void setPassword(String password) { this.password = password; } public Integer getAge() { return age; } public void setAge(Integer age) { this.age = age; } public User(Integer id, String name, String password, Integer age) { super(); this.id = id; this.name = name; this.password = password; this.age = age; } }


54188ytw
3月30日
暂无贡献等级
wanderingsoul LV2
2024年6月15日
xin xie LV1
2024年6月13日
minjing123 LV8
2024年1月4日
fellowfun LV12
2023年9月1日
wddqwe LV1
2023年7月2日
gecongkai LV8
2023年6月22日
xiang123xiang LV1
2023年6月18日
海棠花瘦 LV9
2023年6月12日
微信网友_6260196253601792 LV7
2023年6月7日