查询商品库存 增加分类功能

This commit is contained in:
GYJ
2024-07-08 14:02:28 +08:00
parent cfee6f4b43
commit 83075a34b7
3 changed files with 7 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ public class StockQueryDto {
private String shopId;
private Double num;
private Integer isStock;
private Integer categoryId;
public void setName(String name) {
if (StringUtils.isNotBlank(name)) {