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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user