|
|
@@ -1,8 +1,9 @@
|
|
|
-package cn.flowbb.framework.mybatis.core.service;
|
|
|
+package cn.flowbb.framework.mybatis.core.service.impl;
|
|
|
|
|
|
import com.github.yulichang.base.MPJBaseServiceImpl;
|
|
|
|
|
|
import cn.flowbb.framework.mybatis.core.mapper.PlusBaseMapperX;
|
|
|
+import cn.flowbb.framework.mybatis.core.service.AbstractService;
|
|
|
|
|
|
/**
|
|
|
* public class AbstractServiceImpl<M , T> extends ServiceImpl<BaseMapper<T>, T>
|