BUGFIX:design中的排序问题 倒序问题 再次修改
This commit is contained in:
@@ -23,4 +23,6 @@ public class PoseTransformDTO {
|
||||
private String modelName;
|
||||
|
||||
private Long parentId;
|
||||
|
||||
private Long userLikeSortId;
|
||||
}
|
||||
|
||||
@@ -8,5 +8,7 @@ import lombok.Data;
|
||||
public class ToProductImageVO extends ToProductImageResult {
|
||||
@ApiModelProperty("collection sort中的parentId, 在这里是父级的userLikeSortId")
|
||||
private Long parentId;
|
||||
@ApiModelProperty("collection sort中的id, 在这里是用的子集里元素的userLikeSortId")
|
||||
private Long userLikeSortId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user