a331436466519f11f70a7816b5d255d4ce80a2e5.svn-base 596 Bytes
/**
 * Copyright &copy; 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
 */
package com.thinkgem.jeesite.modules.reg.dao.bus;

import com.thinkgem.jeesite.common.persistence.CrudDao;
import com.thinkgem.jeesite.common.persistence.annotation.MyBatisDao;
import com.thinkgem.jeesite.modules.reg.entity.bus.RegBusFdcq1;

/**
 * 房地产权(项目内多幢房屋)权属表DAO接口
 * @author lj
 * @version 2018-03-14
 */
@MyBatisDao
public interface RegBusFdcq1Dao extends CrudDao<RegBusFdcq1> {
	
	public void deletefdcq1(RegBusFdcq1 regBusFdcq1);
	
}