You've already forked FrameTour-BE
taskStatus
This commit is contained in:
src/main
java
com
ycwl
basic
controller
mapper
model
repository
service
resources
@ -5,6 +5,7 @@ import lombok.Data;
|
||||
@Data
|
||||
public class VideoTaskStatusVO {
|
||||
private int status;
|
||||
private Long taskId;
|
||||
private Long videoId;
|
||||
private Long templateId;
|
||||
private Long faceId;
|
||||
|
@ -23,11 +23,6 @@ public class TaskRespVO {
|
||||
@ApiModelProperty("执行任务的机器ID")
|
||||
private Long workerId;
|
||||
private Long faceId;
|
||||
/**
|
||||
* 用户ID,可以不和用户关联
|
||||
*/
|
||||
@ApiModelProperty("用户ID")
|
||||
private Long memberId;
|
||||
/**
|
||||
* 模板ID
|
||||
*/
|
||||
|
Reference in New Issue
Block a user