商品列表 售罄/下架
This commit is contained in:
parent
74fee9a48e
commit
1208a38018
|
|
@ -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