fengxiang
2018-05-15 f600872a54da4b41ed137c3361f685604e47ee9d
src/main/java/com/moral/mapper/DictionaryMapper.java
@@ -4,5 +4,5 @@
import com.moral.entity.Dictionary;
public interface DictionaryMapper extends BaseMapper<Dictionary> {
    Dictionary selectByPrimaryKey(String dictName);
//    Dictionary selectByPrimaryKey(String dictName);
}