This commit is contained in:
2025-01-02 10:45:07 +08:00
parent cfd48861d5
commit 495210c6b1
22 changed files with 261 additions and 139 deletions

View File

@ -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;
}

View File

@ -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;

View File

@ -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")