You've already forked FrameTour-BE
逻辑调整
This commit is contained in:
@ -4,7 +4,11 @@ import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class VideoTaskStatusVO {
|
||||
/**
|
||||
* 0:未开始合成 2:合成中 1:合成成功 3:合成失败 4切片中
|
||||
*/
|
||||
private int status;
|
||||
private int cutStatus;
|
||||
private Long taskId;
|
||||
private Long videoId;
|
||||
private Long templateId;
|
||||
|
Reference in New Issue
Block a user