TASK: collection sort;
This commit is contained in:
@@ -4,6 +4,8 @@ import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
@ApiModel("用户分组详情-响应")
|
||||
public class UserLikeVO implements AllCollectionVO{
|
||||
@@ -29,4 +31,6 @@ public class UserLikeVO implements AllCollectionVO{
|
||||
private String relationType;
|
||||
private String collectionType;
|
||||
private String resultType;
|
||||
|
||||
private List<AllCollectionVO> childList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user