📄 rightvo.java~1~
字号:
package com.domain;
public class RightVO {
/*=============数据库中表tb_right============*/
private Integer rt_id; //数据库流水号
private Byte rt_code; //基本信息设置
private Byte rt_date; //基础资料设置
private Byte rt_operation; //业务管理设置
private Byte rt_forms; //报表中心设置
private Byte rt_sell; //销售分析设置
private Byte rt_tool; //辅助工具设置
private Byte rt_right; //系统管理设置
public RightVO() {}
public Integer getRt_id() {
return rt_id;
}
public Byte getRt_code() {
return rt_code;
}
public Byte getRt_date() {
return rt_date;
}
public Byte getRt_operation() {
return rt_operation;
}
public Byte getRt_forms() {
return rt_forms;
}
public Byte getRt_sell() {
return rt_sell;
}
public Byte getRt_tool() {
return rt_tool;
}
public Byte getRt_right() {
return rt_right;
}
public void setRt_id(Integer rt_id) {
this.rt_id = rt_id;
}
public void setRt_code(Byte rt_code) {
this.rt_code = rt_code;
}
public void setRt_date(Byte rt_date) {
this.rt_date = rt_date;
}
public void setRt_operation(Byte rt_operation) {
this.rt_operation = rt_operation;
}
public void setRt_forms(Byte rt_forms) {
this.rt_forms = rt_forms;
}
public void setRt_sell(Byte rt_sell) {
this.rt_sell = rt_sell;
}
public void setRt_tool(Byte rt_tool) {
this.rt_tool = rt_tool;
}
public void setRt_right(Byte rt_right) {
this.rt_right = rt_right;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -