ZhjSendpatchDao.java 523 Bytes
/**
 * Copyright &copy; 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
 */
package com.thinkgem.jeesite.modules.zhj.dao;

import com.thinkgem.jeesite.common.persistence.CrudDao;
import com.thinkgem.jeesite.common.persistence.annotation.MyBatisDao;
import com.thinkgem.jeesite.modules.zhj.entity.ZhjSendpatch;

/**
 * 智慧局数据推送数据推送DAO接口
 * @author lw
 * @version 2020-06-16
 */
@MyBatisDao
public interface ZhjSendpatchDao extends CrudDao<ZhjSendpatch> {
	
}