package com.moral.mapper; import com.moral.common.mapper.BaseMapper; import com.moral.entity.Dictionary; public interface DictionaryMapper extends BaseMapper { // Dictionary selectByPrimaryKey(String dictName); }