📄 modifyenterprisedao.java
字号:
/**
* <p>Title: </p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: </p>
* @author not attributable
* @version 1.0
*/
package com.gs.component.enterprise.dao;
import java.util.*;
import com.gs.component.enterprise.model.*;
import com.gs.util.*;
public interface ModifyEnterpriseDAO {
public ArrayList getModifyFieldList(String SN,String BID,String page_code) throws AppException;
public void saveModifyInfo(String SN,String BID,String updateSql)throws AppException;
public void executeSQLS(ArrayList sqls) throws AppException;
public String getSubMaxRecordNumber(String BID,String InnerCode,String SubTableName) throws Exception;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -