fengxiang
2018-04-23 3fb41a7431142a4f4a9794cba32be2ad37a6f14a
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);
}