首页>代码>vue+springboot前后端分离项目实例,外加socket服务端和客户端代码实例>/myspringboot/src/main/java/com/zks/model/User.java
package com.zks.model;
public class User {
private Integer id;
private String username;
private String password;
private Integer age;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username == null ? null : username.trim();
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password == null ? null : password.trim();
}
public Integer getAge() {
return age;
}
public void setAge(Integer age) {
this.age = age;
}
}
最近下载更多
abdkfksdkf LV16
2023年10月11日
浮生如茶 LV8
2023年8月30日
livealon LV2
2023年6月12日
277015530 LV2
2023年4月27日
上世纪风景 LV11
2023年4月1日
qwe123456asd LV3
2023年3月9日
hbsoft2008 LV16
2023年2月17日
xiaoyuer2 LV8
2022年11月16日
ewan007 LV30
2022年6月24日
bearloadprogress LV7
2022年5月12日

最近浏览