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

com.yuweix.kuafu.dao.mybatis.BaseMapper Maven / Gradle / Ivy

The newest version!
package com.yuweix.kuafu.dao.mybatis;


import java.io.Serializable;


/**
 * @author yuwei
 */
public interface BaseMapper 
			extends InsertMapper, UpdateMapper, DeleteMapper, SelectMapper {
	
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy