xufenglei
2018-04-18 b52c1e137107abbaee8cdea45964def25c952a7f
src/main/java/com/moral/mapper/DictionaryDataMapper.java
@@ -4,5 +4,5 @@
import com.moral.entity.DictionaryData;
public interface DictionaryDataMapper extends BaseMapper<DictionaryData> {
    DictionaryData selectByPrimaryKey(Integer id);
//    DictionaryData selectByPrimaryKey(Integer id);
}