|
@@ -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.JsonFormat;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.taais.biz.domain.ToInfrared;
|
|
import com.taais.biz.domain.ToInfrared;
|
|
import io.github.linpeilie.annotations.AutoMapper;
|
|
import io.github.linpeilie.annotations.AutoMapper;
|
|
@@ -94,4 +95,10 @@ public class ToInfraredBo extends BaseEntity {
|
|
private String outputPath;
|
|
private String outputPath;
|
|
|
|
|
|
private Long algorithmModelId;
|
|
private Long algorithmModelId;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ private String algorithmParameters;
|
|
|
|
+ @NotNull(message = "算法不能为空")
|
|
|
|
+ private Long algorithmId;
|
|
|
|
+ private String logPath;
|
|
}
|
|
}
|