TASK:AiDA design like sort
This commit is contained in:
@@ -19,6 +19,8 @@ public class DesignLikeVO {
|
||||
|
||||
private String pictureName;
|
||||
|
||||
private Long userLikeId;
|
||||
|
||||
public DesignLikeVO() {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,4 +23,6 @@ public class UserLikeVO {
|
||||
@ApiModelProperty("图片路径")
|
||||
private String designOutfitUrl;
|
||||
private String pictureName;
|
||||
|
||||
private Integer sort;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user