7098fbf6f84ee7b725ac7255acc3676aff504541.svn-base
975 Bytes
/**
* Copyright © 2015-2018 ODM All rights reserved.
*/
package com.thinkgem.jeesite.modules.reg.dao.bus;
import java.util.List;
import com.thinkgem.jeesite.common.persistence.CrudDao;
import com.thinkgem.jeesite.common.persistence.annotation.MyBatisDao;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusBdcqzsdjxx;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusYgdj;
/**
* 预告登记信息维护DAO接口
* @author xuyg
* @version 2015-10-28
*/
@MyBatisDao
public interface RegBusYgdjDao extends CrudDao<RegBusYgdj> {
/***
* @Title: deleteRelationFwBdcdyh
* @Description: 判断下当前业务号【或者是已登记信息ID】是否已经写过值了,如果写过了,delete后重新写入
* @param @param mainid 设定文件
* @return void 返回类型
* @throws
*/
public void deletezyyg(RegBusYgdj regBusYgdj);
public RegBusYgdj getQlxxByYgzmh(String string);
public List<RegBusYgdj> getByHtbh(String htbh);
}