📄 tzcxxremote.java
字号:
package appgdzc.model;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
import java.sql.Date;
public interface TZcxxRemote extends EJBObject {
public String getZcbh() throws RemoteException;
public void setZcmc(String zcmc) throws RemoteException;
public String getZcmc() throws RemoteException;
public void setZcxh(String zcxh) throws RemoteException;
public String getZcxh() throws RemoteException;
public void setZcsl(Integer zcsl) throws RemoteException;
public Integer getZcsl() throws RemoteException;
public void setZcdj(Double zcdj) throws RemoteException;
public Double getZcdj() throws RemoteException;
public void setZcje(Double zcje) throws RemoteException;
public Double getZcje() throws RemoteException;
public void setSccj(String sccj) throws RemoteException;
public String getSccj() throws RemoteException;
public void setScrq(Date scrq) throws RemoteException;
public Date getScrq() throws RemoteException;
public void setGmrq(Date gmrq) throws RemoteException;
public Date getGmrq() throws RemoteException;
public void setGmr(String gmr) throws RemoteException;
public String getGmr() throws RemoteException;
public void setSts(String sts) throws RemoteException;
public String getSts() throws RemoteException;
public void setKcsl(int kcsl) throws RemoteException;
public int getKcsl() throws RemoteException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -