?? gouwuchesession.java~25~
字號(hào):
package ejb;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
import java.util.List;
public interface GouWuCheSession extends EJBObject {
public boolean inster(String dingDanHao, 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) 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;
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -