xufenglei
2018-03-13 701a64b585da27b5e41d2d9186e3da83e10dece8
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);
}