All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.sexycode.springo.bo.dao.BoDataRelDao Maven / Gradle / Ivy

The newest version!
package cn.sexycode.springo.bo.dao;

import cn.sexycode.springo.bo.model.BoDataRel;
import cn.sexycode.springo.core.data.db.mybatis.dao.BaseMyBatisDao;

/**
 * 描述:BO数据关联表,用于多对多的情况。 DAO接口
 *
 * @author qinzaizhen
 */
public interface BoDataRelDao extends BaseMyBatisDao {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy