?? gouwuchesession.java~33~
字號:
package ejb;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
import java.util.List;
public interface GouWuCheSession extends EJBObject {
public boolean inster(String userCode, String number, String name,
String model, float price, String count1) throws RemoteException;
public boolean delete(String dingDanHao) throws RemoteException;
public boolean xiugai(String dingDanHao, String userCode, String number,
String name, String model, float price, String count1,
String zhiFu) throws RemoteException;
public boolean querenzhifu(String dingDanHao) throws RemoteException;
public List selectAll() throws RemoteException;
public List selectForUserCode(String code) throws RemoteException;
public List selectForZhiFu() throws RemoteException;
public List selectForDingDanHao(String dingDanHao) throws
RemoteException;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -