?? userrightdao.java
字號:
package com.saas.biz.dao.userrightDAO;
public class UserrightDAO {
public void UserrightDAO(){};
private String user_type ;
private String class_code;
private String menu_type ;
private String menu_id ;
private String right_type;
private String remark;
private String update_staff_id ;
private String update_depart_id ;
private String update_time ;
public String getClass_code()
{
return class_code;
}
public void setClass_code(String class_code)
{
this.class_code = class_code;
}
public String getMenu_id()
{
return menu_id;
}
public void setMenu_id(String menu_id)
{
this.menu_id = menu_id;
}
public String getMenu_type()
{
return menu_type;
}
public void setMenu_type(String menu_type)
{
this.menu_type = menu_type;
}
public String getRemark()
{
return remark;
}
public void setRemark(String remark)
{
this.remark = remark;
}
public String getRight_type()
{
return right_type;
}
public void setRight_type(String right_type)
{
this.right_type = right_type;
}
public String getUpdate_depart_id()
{
return update_depart_id;
}
public void setUpdate_depart_id(String update_depart_id)
{
this.update_depart_id = update_depart_id;
}
public String getUpdate_staff_id()
{
return update_staff_id;
}
public void setUpdate_staff_id(String update_staff_id)
{
this.update_staff_id = update_staff_id;
}
public String getUpdate_time()
{
return update_time;
}
public void setUpdate_time(String update_time)
{
this.update_time = update_time;
}
public String getUser_type()
{
return user_type;
}
public void setUser_type(String user_type)
{
this.user_type = user_type;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -