You've already forked FrameTour-BE
退款列表、部分接口修改
This commit is contained in:
@ -45,4 +45,5 @@ public class VideoGoodsDetailVO {
|
||||
private Integer isBuy;
|
||||
@ApiModelProperty("镜头数")
|
||||
private Integer lensNum;
|
||||
private Long faceId;
|
||||
}
|
||||
|
@ -15,20 +15,18 @@ import java.math.BigDecimal;
|
||||
public class ContentPageVO {
|
||||
@ApiModelProperty("内容名称")
|
||||
private String name;
|
||||
// @ApiModelProperty("景区id")
|
||||
// private Long scenicId;
|
||||
// @ApiModelProperty("景区名称")
|
||||
// private String scenicName;
|
||||
// @ApiModelProperty("经度")
|
||||
// private BigDecimal longitude;
|
||||
// @ApiModelProperty("纬度")
|
||||
// private BigDecimal latitude;
|
||||
@ApiModelProperty("景区id")
|
||||
private Long scenicId;
|
||||
@ApiModelProperty("景区名称")
|
||||
private String scenicName;
|
||||
@ApiModelProperty("内容类型 0模版 1:成片视频 2:源素材 ")
|
||||
private Integer contentType;
|
||||
@ApiModelProperty("源素材类型 1:视频 2:图片")
|
||||
private Integer sourceType;
|
||||
@ApiModelProperty("内容id contentType为0或1时才有值")
|
||||
private Long contentId;
|
||||
@ApiModelProperty("模版id")
|
||||
private Long templateId;
|
||||
@ApiModelProperty("模版封面图片 contentType为0或1时才有值")
|
||||
private String templateCoverUrl;
|
||||
@ApiModelProperty("是否购买:0未购买,1已购买")
|
||||
|
@ -22,6 +22,7 @@ public class TaskRespVO {
|
||||
*/
|
||||
@ApiModelProperty("执行任务的机器ID")
|
||||
private Long workerId;
|
||||
private Long faceId;
|
||||
/**
|
||||
* 用户ID,可以不和用户关联
|
||||
*/
|
||||
|
@ -84,4 +84,6 @@ public class TemplateRespVO {
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date updateTime;
|
||||
private List<TemplateRespVO> children;
|
||||
private BigDecimal price;
|
||||
private Integer sort;
|
||||
}
|
||||
|
Reference in New Issue
Block a user