📄 resprivilege.java
字号:
package com.hongsoft.res.pojo;
public class ResPrivilege {
private long resID;
private long id;
private int type;
public long getResID() {
return resID;
}
public void setResID(long resID) {
this.resID= resID;
}
public long getId() {
return id;
}
public void setId(long id) {
this.id= id;
}
public void setType(int type) {
this.type= type;
}
public int getType() {
return type;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -