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

📄 tinoutremote.java

📁 资产设备管理系统 第1章 系统登录 1.1 系统登录 (1)双击资产设备管理系统图标
💻 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 + -