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

in.hocg.boot.mybatis.plus.extensions.userconfig.mapper.UserConfigMapper Maven / Gradle / Ivy

There is a newer version: 1.0.63
Show newest version
package in.hocg.boot.mybatis.plus.extensions.userconfig.mapper;

import in.hocg.boot.mybatis.plus.extensions.userconfig.entity.UserConfig;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;

/**
 * 

* [BOOT] 用户配置表 Mapper 接口 *

* * @author hocgin * @since 2023-01-20 */ @Mapper public interface UserConfigMapper extends BaseMapper { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy