📄 tinoutremote.java
字号:
package appgdzc.model;
import javax.ejb.EJBObject;
import java.sql.Timestamp;
import java.rmi.RemoteException;
import java.sql.Date;
public interface TInoutRemote extends EJBObject {
public void setJcbm(String jcbm) throws RemoteException;
public String getJcbm() throws RemoteException;
public void setJcrq(Date jcrq) throws RemoteException;
public Date getJcrq() throws RemoteException;
public void setJcsl(Integer jcsl) throws RemoteException;
public Integer getJcsl() throws RemoteException;
public void setJyr(String jyr) throws RemoteException;
public String getJyr() throws RemoteException;
public void setWhsl(Integer whsl) throws RemoteException;
public Integer getWhsl() throws RemoteException;
public String getZcbh() throws RemoteException;
public String getLsh() throws RemoteException;
public void setZcbh(String zcbh) throws RemoteException;
public void setLsh(String lsh) throws RemoteException;
public void setGhrq(Date ghrq) throws RemoteException;
public Date getGhrq() throws RemoteException;
public void setGhsl(Integer ghsl) throws RemoteException;
public Integer getGhsl() throws RemoteException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -