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

com.github.dreamroute.mybatis.pro.sdk.Mapper Maven / Gradle / Ivy

The newest version!
package com.github.dreamroute.mybatis.pro.sdk;

/**
 * crud接口集合
 *
 * @author w.dehai
 */
public interface Mapper extends
        SelectMapper,
        InsertMapper,
        UpdateMapper,
        DeleteMapper {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy