📄 tzcwxremote.java
字号:
package appgdzc.model;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
import java.sql.Timestamp;
import java.sql.Date;
public interface TZcwxRemote extends EJBObject {
public String getLsh() throws RemoteException;
public void setZcbh(String zcbh) throws RemoteException;
public String getZcbh() throws RemoteException;
public void setZcmc(String zcmc) throws RemoteException;
public String getZcmc() throws RemoteException;
public void setSxrq(Date sxrq) throws RemoteException;
public Date getSxrq() throws RemoteException;
public void setGzyy(String gzyy) throws RemoteException;
public String getGzyy() throws RemoteException;
public void setWxrq(Date wxrq) throws RemoteException;
public Date getWxrq() throws RemoteException;
public void setWxzk(String wxzk) throws RemoteException;
public String getWxzk() throws RemoteException;
public void setPjmc(String pjmc) throws RemoteException;
public String getPjmc() throws RemoteException;
public void setWxfy(Double wxfy) throws RemoteException;
public Double getWxfy() throws RemoteException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -