Merge branch 'ww' into test

This commit is contained in:
wangw 2024-09-27 15:23:58 +08:00
commit 7ae3992afc
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ public class TbProductQueryV2Criteria {
@Query
private Integer isDel = 0;
@Query
private Integer isPauseSale;
@Query
private Integer isGrounding;
@Query
private String type;