|
@@ -4,6 +4,7 @@
|
|
|
|
|
|
package com.taais.biz.domain.bo;
|
|
package com.taais.biz.domain.bo;
|
|
|
|
|
|
|
|
+import com.alibaba.excel.annotation.ExcelProperty;
|
|
import com.fasterxml.jackson.annotation.JsonAnySetter;
|
|
import com.fasterxml.jackson.annotation.JsonAnySetter;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.taais.biz.domain.ToInfrared;
|
|
import com.taais.biz.domain.ToInfrared;
|
|
@@ -104,6 +105,7 @@ public class ToInfraredBo extends BaseEntity {
|
|
@NotNull(message = "算法不能为空")
|
|
@NotNull(message = "算法不能为空")
|
|
private Long algorithmId;
|
|
private Long algorithmId;
|
|
private String logPath;
|
|
private String logPath;
|
|
|
|
+ private Long parentTaskId;
|
|
|
|
|
|
// 将其他参数存入Map
|
|
// 将其他参数存入Map
|
|
private Map<String, Object> otherParams = new HashMap<>();
|
|
private Map<String, Object> otherParams = new HashMap<>();
|