TASK: 1、对于生成失败情况,在数据库添加状态记录,并在getModuleContent时不返回该条记录
This commit is contained in:
@@ -33,6 +33,8 @@ public class PoseTransformation extends BaseEntity {
|
||||
|
||||
private String modelName;
|
||||
|
||||
private String taskStatus;
|
||||
|
||||
public PoseTransformation() {
|
||||
}
|
||||
|
||||
|
||||
@@ -60,4 +60,6 @@ public class ToProductImageResult implements Serializable {
|
||||
private String taskIdBatch;
|
||||
|
||||
private String modelName;
|
||||
|
||||
private String taskStatus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user