@@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
-package com.baomidou.mybatisplus.test.mysql.mapper;
+package com.baomidou.mybatisplus.test.mysql;
import com.baomidou.mybatisplus.mapper.BaseMapper;
@@ -17,6 +17,7 @@ package com.baomidou.mybatisplus.test.mysql.mapper;
import java.util.List;
+import com.baomidou.mybatisplus.test.mysql.MyBaseMapper;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;