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

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

There is a newer version: 1.7.17
Show newest version
package com.github.dreamroute.mybatis.pro.sdk;

/**
 * crud接口集合
 */
public interface BaseMapper extends
        SelectMapper,
        InsertMapper,
        UpdateMapper,
        DeleteMapper {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy