xufenglei
2018-03-16 383b8f39d81e89c3d29cb1a59d6b124dc26bcc57
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);
}