pay notify
This commit is contained in:
@@ -9,6 +9,5 @@ import java.util.List;
|
||||
@Mapper
|
||||
public interface ShopProudictBookDao extends BaseMapper<ShopProudictBookEntity> {
|
||||
|
||||
|
||||
|
||||
List<Integer> getOrderBookId(String orderSn);
|
||||
}
|
||||
|
||||
@@ -5,14 +5,17 @@ import com.peanut.modules.book.entity.UserEbookBuyEntity;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 用户购买书籍表
|
||||
*
|
||||
*
|
||||
* @author yl
|
||||
* @email yl328572838@163.com
|
||||
* @date 2022-10-18 16:28:20
|
||||
*/
|
||||
@Mapper
|
||||
public interface UserEbookBuyDao extends MPJBaseMapper<UserEbookBuyEntity> {
|
||||
|
||||
|
||||
List<Integer> getUserBookId(Integer userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user