tinoutremote.java

来自「资产设备管理系统」· Java 代码 · 共 49 行

JAVA
49
字号
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 + =
减小字号Ctrl + -
显示快捷键?