mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
完善订单和活动 review 提到的问题
This commit is contained in:
@ -7,14 +7,13 @@ package cn.iocoder.yudao.module.promotion.api.seckill;
|
||||
*/
|
||||
public interface SeckillActivityApi {
|
||||
|
||||
// TODO @puhui999:activityId 改成 id 好点哈;
|
||||
/**
|
||||
* 更新秒杀库存
|
||||
*
|
||||
* @param activityId 活动编号
|
||||
* @param id 活动编号
|
||||
* @param skuId sku 编号
|
||||
* @param count 数量
|
||||
*/
|
||||
void updateSeckillStock(Long activityId, Long skuId, Integer count);
|
||||
void updateSeckillStock(Long id, Long skuId, Integer count);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user