沈斌
2018-06-09 fbde1396aafe5ae24a48c01b26e93fe76604dc1e
1
2
3
4
5
6
7
8
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.Dictionary;
 
public interface DictionaryMapper extends BaseMapper<Dictionary> {
//    Dictionary selectByPrimaryKey(String dictName);
}