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

📄 licencedao.java

📁 一套完整的工商12315的源程序jsp部分在12315里,后台JAVA部分在gs12315src里,没有打包数据库.
💻 JAVA
字号:
package com.gs.pageBuilder.dao;

import java.util.*;
import java.util.ArrayList;
import com.gs.util.*;
import com.gs.pageBuilder.*;
import com.gs.pageBuilder.model.*;

/**
 * <p>Title: 执照数据存取对象</p>
 * <p>Description: </p>
 * <p>Copyright: Copyright (c) 2003</p>
 * <p>Company: </p>
 * @author usercbg
 * @version 1.0
 */

public interface LicenceDAO {

    /**
     * 修改执照偏移量
     * 应用: 执照打印
     */
    public boolean updateLessincePrintSet(LicencePrintSetupModel LicencePrintSetupModel) throws AppException;

    /**
     * 删除执照偏移量
     * 应用: 执照打印
     */
    public boolean dellLessincePrintSet(String code) throws AppException;

    /**
     * 增加执照偏移量
     * 应用: 执照打印
     */
    public boolean addLessincePrintSet(LicencePrintSetupModel licencePrintSetupModel) throws AppException;

    /**
     * 获得执照偏移量信息列表,按单位编码
     * 应用: 执照打印
     */
    public ArrayList getLessincePrintSetList(String unit) throws AppException;

    /**
     * 获得变更执照打印时开业需要的sn
     * 应用: 超级查询 查询basisc02
     */
    public String getPracticeSN(String tempChangeSN) throws AppException;

    /**
     * 获得外网SN
     * 参数:内部序号 innerID
     * 应用: 超级查询 查询basisc01
     */
    public ArrayList getRequisitionSN(String innerID,String BID) throws AppException;

    /**
     * 获得外网BID
     * 参数:内部序号 innerID
     * 应用: 超级查询 查询basisc01
     */
    public String getRequisitionBID(String innerID,String BID) throws AppException;


}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -