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

📄 elec_fee_infodao.java

📁 JSP移动商品管理平台源代码.........
💻 JAVA
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -