package com.moral.mapper; import com.moral.common.mapper.BaseMapper; import com.moral.entity.DictionaryData; public interface DictionaryDataMapper extends BaseMapper { // DictionaryData selectByPrimaryKey(Integer id); }