elec_fee_infodao.java
来自「JSP移动商品管理平台源代码.........」· Java 代码 · 共 16 行
JAVA
16 行
package imis_elec;
import java.util.ArrayList;
public interface Elec_Fee_infoDAO {
public boolean insertElec_Fee_info(Elec_Fee_infoTO Elec_Fee_info) throws Exception;
public boolean updateElec_Fee_info(Elec_Fee_infoTO Elec_Fee_info) throws Exception;
public Elec_Fee_infoTO getElec_Fee_info(int ElecUseType) throws Exception;
public boolean deleteElecDev_Type(int FeeId) throws Exception;
public ArrayList searchElecDev_Type(Elec_Fee_infoTO Elec_Fee_info) throws Exception;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?