商品搜索添加分类

This commit is contained in:
xuwenbo
2020-07-31 10:23:13 +08:00
parent 1ef4d343b7
commit 945803adb0
2 changed files with 11 additions and 1 deletions

View File

@ -25,4 +25,7 @@ public class YxStoreProductQueryCriteria{
@Query
private Integer isShow;
@Query
private Integer cateId;
}