更改商品bug

This commit is contained in:
liuyingfang
2024-03-05 16:38:12 +08:00
parent 5463204fb5
commit c6744bc012
17 changed files with 72 additions and 56 deletions

View File

@@ -55,7 +55,7 @@ public class TbProductGroupDto implements Serializable {
private Integer sort;
/** 商品列表 */
private List<String> productIds;
private List<Integer> productIds;
private Long createdAt;

View File

@@ -121,4 +121,10 @@ public class TbProductQueryCriteria{
@Query
private String typeEnum;
private Integer page;
private Integer size;
private String sort;
}

View File

@@ -65,4 +65,10 @@ public class TbShopInfoQueryCriteria{
/** 精确 */
@Query
private Integer status;
private Integer page;
private Integer size;
private String sort;
}