⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 huserbasicinfoentremote.java~17~

📁 这也是师兄的毕业设计,具体的功能我也不清楚,因为我才大一,请见谅!!!!!!!不过是可以用来答辩的,完整的毕业设计,有源代码,可爱执行文件,文档资料.
💻 JAVA~17~
字号:
package clientejb;import javax.ejb.*;import java.util.*;import java.rmi.*;public interface hUserBasicInfoEntRemote extends javax.ejb.EJBObject {  public void setH_user_id(String h_user_id) throws RemoteException;  public String getH_user_id() throws RemoteException;  public void setH_user_name(String h_user_name) throws RemoteException;  public String getH_user_name() throws RemoteException;  public void setH_user_id_card(String h_user_id_card) throws RemoteException;  public String getH_user_id_card() throws RemoteException;  public void setH_user_hos_id(String h_user_hos_id) throws RemoteException;  public String getH_user_hos_id() throws RemoteException;  public void setH_user_hos_dep(String h_user_hos_dep) throws RemoteException;  public String getH_user_hos_dep() throws RemoteException;  public void setH_user_phone(String h_user_phone) throws RemoteException;  public String getH_user_phone() throws RemoteException;  public void setH_user_email(String h_user_email) throws RemoteException;  public String getH_user_email() throws RemoteException;  public void setH_user_image(String h_user_image) throws RemoteException;  public String getH_user_image() throws RemoteException;  public void setH_user_remark(String h_user_remark) throws RemoteException;  public String getH_user_remark() throws RemoteException;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -