fengxiang
2018-05-22 6006fe5d31237a7b45214b81069c17c2d155e9fb
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);
}