fengxiang
2018-05-17 43086924a890e1ae64ab98f9b844c3cf8a0b88c8
src/main/java/com/moral/mapper/DictionaryDataMapper.java
@@ -4,5 +4,5 @@
import com.moral.entity.DictionaryData;
public interface DictionaryDataMapper extends BaseMapper<DictionaryData> {
    DictionaryData selectByPrimaryKey(Integer id);
//    DictionaryData selectByPrimaryKey(Integer id);
}