| | |
| | | import com.ruoyi.order.domain.pojo.order.Order; |
| | | import com.ruoyi.order.domain.vo.*; |
| | | import com.ruoyi.system.api.domain.dto.*; |
| | | import com.ruoyi.system.api.domain.poji.goods.Goods; |
| | | import com.ruoyi.system.api.domain.vo.*; |
| | | |
| | | import java.math.BigDecimal; |
| | |
| | | * @return |
| | | */ |
| | | StaticsShopMgtGoodsVO getGoodsSellStatic(List<String> goodsIdList); |
| | | |
| | | |
| | | /** |
| | | * 手动添加订单 |
| | | * @param shopId |
| | | * @param userId |
| | | * @param goods |
| | | * @param goodsNum |
| | | * @param giftId |
| | | */ |
| | | void addOrder(Long shopId, Long userId, Goods goods, Integer goodsNum, String giftId, Integer status); |
| | | } |