商品列表 售罄/下架

This commit is contained in:
2024-09-27 15:22:56 +08:00
parent 74fee9a48e
commit 1208a38018

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;