Merge branch 'ww' into test
This commit is contained in:
commit
7ae3992afc
|
|
@ -52,6 +52,12 @@ public class TbProductQueryV2Criteria {
|
|||
@Query
|
||||
private Integer isDel = 0;
|
||||
|
||||
@Query
|
||||
private Integer isPauseSale;
|
||||
|
||||
@Query
|
||||
private Integer isGrounding;
|
||||
|
||||
@Query
|
||||
private String type;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue