📄 uservo.java
字号:
package com.wenhua.ser.vo;
import java.sql.Date;
public class UserVo {
private int userId;
private String userName;
private String password;
private String time;
private String content;
public UserVo() {
super();
}
public UserVo(int userId, String userName, String password) {
super();
this.userId = userId;
this.userName = userName;
this.password = password;
this.time=time;
this.content=content;
}
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
public int getUserId() {
return userId;
}
public void setUserId(int userId) {
this.userId = userId;
}
public String getUserName() {
return userName;
}
public void setUserName(String userName) {
this.userName = userName;
}
public String getTime() {
return time;
}
public void setTime(String time) {
this.time = time;
}
public String getContent() {
return content;
}
public void setContent(String content) {
this.content= content;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -