You've already forked FrameTour-BE
bug
This commit is contained in:
@ -5,6 +5,8 @@ import lombok.Data;
|
||||
@Data
|
||||
public class VideoTaskStatusVO {
|
||||
private Integer status;
|
||||
private Long videoId;
|
||||
private Long templateId;
|
||||
private Long faceId;
|
||||
private Long scenicId;
|
||||
}
|
||||
|
@ -5,7 +5,10 @@ import lombok.Data;
|
||||
@Data
|
||||
public class MemberVideoEntity {
|
||||
private Long id;
|
||||
private Long scenicId;
|
||||
private Long memberId;
|
||||
private Long faceId;
|
||||
private Long templateId;
|
||||
private Long taskId;
|
||||
private Long videoId;
|
||||
private Integer isBuy;
|
||||
|
@ -56,8 +56,6 @@ public class VideoRespVO {
|
||||
*/
|
||||
@ApiModelProperty("视频链接")
|
||||
private String videoUrl;
|
||||
@ApiModelProperty("是否购买 1是 0否")
|
||||
private Integer isBuy;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date createTime;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
|
Reference in New Issue
Block a user