📄 privodelogdao.java
字号:
/**
*
*/
package cn.bway.foreigntrade.operation.guestmanage.provide.dao;
import cn.bway.common.BwayHibernateException;
import cn.bway.common.dao.DAO;
import cn.bway.common.vo.QueryVO;
/**
* @author Kson
*
*/
public interface PrivodelogDAO extends DAO {
//根据查询条件,返回所有的信息
public Object findAllPrivodelog(QueryVO qvo,String types,String id) throws BwayHibernateException;
public Object findAllPrivodelog(String types,String id) throws BwayHibernateException;
//根据查询条件,返回所有的信息
public Object findAllPrivodelog1(QueryVO qvo) throws BwayHibernateException;
public Object delteAllPrivodelog1(String productid,String types,String provideid) throws BwayHibernateException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -