商品修改库存
This commit is contained in:
@@ -55,6 +55,13 @@ public interface ProductService extends IService<Product> {
|
||||
*/
|
||||
void updateProduct(ProductDTO dto);
|
||||
|
||||
/**
|
||||
* 修改商品库存数量
|
||||
*
|
||||
* @param param 商品id及库存数量
|
||||
*/
|
||||
void updateProductStock(ProductModifyStockParam param);
|
||||
|
||||
/**
|
||||
* 删除商品
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user