更改商品bug
This commit is contained in:
@@ -55,7 +55,7 @@ public class TbProductGroupDto implements Serializable {
|
||||
private Integer sort;
|
||||
|
||||
/** 商品列表 */
|
||||
private List<String> productIds;
|
||||
private List<Integer> productIds;
|
||||
|
||||
private Long createdAt;
|
||||
|
||||
|
||||
@@ -121,4 +121,10 @@ public class TbProductQueryCriteria{
|
||||
|
||||
@Query
|
||||
private String typeEnum;
|
||||
|
||||
private Integer page;
|
||||
|
||||
private Integer size;
|
||||
|
||||
private String sort;
|
||||
}
|
||||
@@ -65,4 +65,10 @@ public class TbShopInfoQueryCriteria{
|
||||
/** 精确 */
|
||||
@Query
|
||||
private Integer status;
|
||||
|
||||
private Integer page;
|
||||
|
||||
private Integer size;
|
||||
|
||||
private String sort;
|
||||
}
|
||||
Reference in New Issue
Block a user