ZhuDongming
2019-09-03 fa7229d6571a73e5691a21f7b4052d681cca8317
src/main/java/com/moral/mapper/DictionaryMapper.java
@@ -4,5 +4,4 @@
import com.moral.entity.Dictionary;
public interface DictionaryMapper extends BaseMapper<Dictionary> {
//    Dictionary selectByPrimaryKey(String dictName);
}