沈斌
2018-04-26 2d5dc8da7fa2583f19cae0a0a695a0394d16edca
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);
}