BUGFIX:design中的排序问题
This commit is contained in:
@@ -22,5 +22,5 @@ public class PoseTransformDTO {
|
||||
|
||||
private String modelName;
|
||||
|
||||
private Long userLikeSortId;
|
||||
private Long parentId;
|
||||
}
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
package com.ai.da.model.vo;
|
||||
|
||||
import com.ai.da.mapper.primary.entity.ToProductImageResult;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class ToProductImageVO extends ToProductImageResult {
|
||||
@ApiModelProperty("collection sort中的parentId, 在这里是父级的userLikeSortId")
|
||||
private Long parentId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user