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

📄 outdao.java

📁 一套完整的工商12315的源程序jsp部分在12315里,后台JAVA部分在gs12315src里,没有打包数据库.
💻 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 + -