This commit is contained in:
wangjinlei
2024-03-21 09:45:39 +08:00
parent eb1a5c5f9b
commit 229fd2513b
17 changed files with 26 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
package com.peanut.modules.book.dao;
package com.peanut.modules.common.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.peanut.modules.book.entity.ShopProductBookLabel;
import com.peanut.modules.common.entity.ShopProductBookLabel;
import org.apache.ibatis.annotations.Mapper;
@Mapper

View File

@@ -1,7 +1,7 @@
package com.peanut.modules.book.dao;
package com.peanut.modules.common.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.peanut.modules.book.entity.ShopProductBookMarket;
import com.peanut.modules.common.entity.ShopProductBookMarket;
import org.apache.ibatis.annotations.Mapper;
@Mapper

View File

@@ -1,7 +1,7 @@
package com.peanut.modules.book.dao;
package com.peanut.modules.common.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.peanut.modules.book.entity.ShopProductToBookLabel;
import com.peanut.modules.common.entity.ShopProductToBookLabel;
import org.apache.ibatis.annotations.Mapper;
@Mapper

View File

@@ -1,7 +1,7 @@
package com.peanut.modules.book.dao;
package com.peanut.modules.common.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.peanut.modules.book.entity.ShopProductToBookMarket;
import com.peanut.modules.common.entity.ShopProductToBookMarket;
import org.apache.ibatis.annotations.Mapper;
@Mapper