package com.lunhan.xxx.repository.mapper; import com.lunhan.xxx.repository.BasicMapper;import com.lunhan.xxx.repository.po.SysDictTypePO; /** * 字典类型 mapper * @author lin.liu */ public interface SysDictTypeMapper extends BasicMapper { }