You've already forked FrameTour-BE
改bug
This commit is contained in:
@ -4,9 +4,11 @@ import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class VideoTaskStatusVO {
|
||||
private Integer status;
|
||||
private int status;
|
||||
private Long videoId;
|
||||
private Long templateId;
|
||||
private Long faceId;
|
||||
private Long scenicId;
|
||||
private int count;
|
||||
private int maxCount;
|
||||
}
|
||||
|
Reference in New Issue
Block a user