| 123456789101112131415161718 |
- package jnpf.mapper;
- import jnpf.base.mapper.SuperMapper;
- import jnpf.entity.DictionaryDataEntity;
- /**
- * 字典数据
- *
- * @author JNPF开发平台组
- * @version V3.1.0
- * @copyright 引迈信息技术有限公司
- * @date 2019年9月27日 上午9:18
- */
- public interface DictionaryDataMapper extends SuperMapper<DictionaryDataEntity> {
- }
|