xufenglei
2018-03-06 db0bd262f7b07e43155db4e0fdf5c52e91610edf
1
2
3
4
5
6
7
8
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.DictionaryData;
 
public interface DictionaryDataMapper extends BaseMapper<DictionaryData> {
    DictionaryData selectByPrimaryKey(Integer id);
}