📄 role.java
字号:
package com.tairun.component.popedom.model;
/**
* Created by IntelliJ IDEA.
* User: Administrator
* Date: 2005-12-6
* Time: 9:01:30
* To change this template use File | Settings | File Templates.
*/
public class Role {
private long roleID;
private String rolename;
private String discription;
private short status;
private String createtime;
private String updatetime;
private String will1;
private String will2;
public long getRoleID() {
return roleID;
}
public void setRoleID(long roleID) {
this.roleID = roleID;
}
public String getRolename() {
return rolename;
}
public void setRolename(String rolename) {
this.rolename = rolename;
}
public String getDiscription() {
return discription;
}
public void setDiscription(String discription) {
this.discription = discription;
}
public short getStatus() {
return status;
}
public void setStatus(short status) {
this.status = status;
}
public String getCreatetime() {
return createtime;
}
public void setCreatetime(String createtime) {
this.createtime = createtime;
}
public String getUpdatetime() {
return updatetime;
}
public void setUpdatetime(String updatetime) {
this.updatetime = updatetime;
}
public String getWill1() {
return will1;
}
public void setWill1(String will1) {
this.will1 = will1;
}
public String getWill2() {
return will2;
}
public void setWill2(String will2) {
this.will2 = will2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -