| | |
| | | package com.ruoyi.goods.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.fasterxml.jackson.core.JsonProcessingException; |
| | | import com.ruoyi.common.core.utils.page.PageDTO; |
| | | import com.ruoyi.goods.controller.management.dto.GoodsGroupPurchaseDTO; |
| | | import com.ruoyi.goods.controller.management.dto.GoodsGroupPurchaseQuery; |
| | |
| | | * |
| | | * @param groupPurchaseId 团购商品id |
| | | */ |
| | | void startGroupPurchase(Long groupPurchaseId); |
| | | void startGroupPurchase(Long groupPurchaseId) throws JsonProcessingException; |
| | | |
| | | /** |
| | | * 团购商品结束团购 |
| | | * |
| | | * @param groupPurchaseId 团购商品id |
| | | */ |
| | | void endGroupPurchase(Long groupPurchaseId); |
| | | void endGroupPurchase(Long groupPurchaseId) throws JsonProcessingException; |
| | | |
| | | /** |
| | | * 立即结束团购 |