|
@@ -87,7 +87,12 @@ public class AlgorithmModelTrackVo extends BaseEntity implements Serializable {
|
|
|
private String algorithmName;
|
|
|
private String parameterConfig;
|
|
|
|
|
|
- private String modelStatus;
|
|
|
private String type;
|
|
|
private String subsystem;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "模型状态")
|
|
|
+ private String modelStatus;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "算法参数")
|
|
|
+ private String algorithmParameters;
|
|
|
}
|