?? tbemployee.java~2~
字號:
package com.xc.hotelmanager.user.control.entity;import javax.ejb.*;import java.util.*;public interface TbEmployee extends javax.ejb.EJBLocalObject { public String getEmid(); public void setEmname(String emname); public String getEmname(); public void setEmage(int emage); public int getEmage(); public void setEmsex(String emsex); public String getEmsex(); public void setEmposition(String emposition); public String getEmposition(); public void setEmstuts(String emstuts); public String getEmstuts(); public Emp getEmp(); public void setEmp(Emp employee);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -