商品修改库存

This commit is contained in:
Tankaikai
2025-03-20 16:39:54 +08:00
parent 606e4da36c
commit 6ffbef791f
3 changed files with 65 additions and 0 deletions

View File

@@ -55,6 +55,13 @@ public interface ProductService extends IService<Product> {
*/
void updateProduct(ProductDTO dto);
/**
* 修改商品库存数量
*
* @param param 商品id及库存数量
*/
void updateProductStock(ProductModifyStockParam param);
/**
* 删除商品
*