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

com.gitee.summer9102.develop.mysql.config.CustomMapper Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.gitee.summer9102.develop.mysql.config;

import com.gitee.summer9102.develop.mysql.config.select.SelectByPrimaryKeyForUpdateMapper;
import tk.mybatis.mapper.annotation.RegisterMapper;

@RegisterMapper
public interface CustomMapper extends
        SelectByPrimaryKeyForUpdateMapper {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy