71ffcf5c8881284666fb744f04441f7a6c58b3ce.svn-base 515 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.RegBusSfSub;

/**
 * 收费信息维护DAO接口
 * @author xuyg
 * @version 2016-04-04
 */
@MyBatisDao
public interface RegBusSfSubDao extends CrudDao<RegBusSfSub> {
	
}