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

org.shoulder.web.template.dictionary.mapper.DictionaryMapper Maven / Gradle / Ivy

package org.shoulder.web.template.dictionary.mapper;

import org.apache.ibatis.annotations.Mapper;
import org.shoulder.data.mybatis.template.dao.BaseMapper;
import org.shoulder.web.template.dictionary.model.DictionaryTypeEntity;

/**
 * 字典类型存储
 * 

* 不要使用 @Mapper / @Repository * * @author lym */ @Mapper public interface DictionaryMapper extends BaseMapper { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy