累计购买数量

This commit is contained in:
2025-12-19 11:10:41 +08:00
parent 800e61cb1f
commit f5de005c21
3 changed files with 4 additions and 4 deletions

View File

@@ -27,5 +27,5 @@ public interface GbWareService extends IService<GbWare> {
boolean deleteGbWare(Long id);
// 累计拼团数+1
void upGbWareGroupedNum(Long id);
void upGbWareGroupedNum(Long id, Integer num);
}