?? employee.java~6~
字號:
package com.xc.hotelmanager.user.control.entity;import javax.ejb.*;import java.util.*;public interface Employee extends javax.ejb.EJBLocalObject { public String getEmid(); public void setEmname(String emname); public String getEmname(); public void setEmage(Integer emage); public Integer 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();}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -