fengxiang
2018-06-14 01d77db2f4d991afcd2a9a34213e12a4cdc87d67
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);
}