fengxiang
2018-08-29 f2eaa5bc6c417c9f851cb7ba2bf004c5b035c0ef
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);
}