fengxiang
2018-05-15 8efcc21de04bd7f7d784dac97e86e76e1a3ab930
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);
}