📄 outdao.java
字号:
package com.gs.component.out.dao;
import java.util.*;
import com.gs.util.*;
public interface OutDAO {
/**
* 得到已经完成的业务
* @param String BID 业务号
* @param String eName 公司名称
* @param String zch 注册号
* @return ArrayList
* @exception AppException
*/
public ArrayList getFinishedBusiness(String SN,String BID,String eName,String zch,String areaCode) throws AppException;
/**
* 把页面的数据保存到数据库中。
*/
public ArrayList addNewBusiness(String sql) throws AppException;
public ArrayList updateBusiness(String SN,String BID,String sql) throws AppException;
public ArrayList updateDateBusiness(String SN,String BID,String sql) throws AppException;
public String getEname(String sql) throws AppException;
public String getNbxh(String sql1) throws AppException;
public String getBm(String sql1) throws AppException;
public String getValuee(String sql1) throws AppException;
public ArrayList getYouhui(String sql)throws AppException;
public ArrayList getQianchu(String SN,String BID,String zch,String eName,String areaCode,String field003)throws AppException;
public String getField003(String sql1)throws AppException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -