xyc
2024-07-24 93e6bae4c6b4ce5b37d73517a4c212c5496c4d68
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/taskReliability/model/SimulatAssess.java
@@ -28,8 +28,8 @@
   @ApiModelProperty(value = "产品节点ID")
   private Long productId;
   @ApiModelProperty(value = "总体任务")
   private String task;
   @ApiModelProperty(value = "总体任务模型ID")
   private Long taskModelId;
   @ApiModelProperty(value = "数据类型")
   private Integer dataType;
@@ -51,4 +51,7 @@
   private String errorMsg;
   private String curveData;
   @ApiModelProperty(value = "传给算法库的xml")
   private String xml;
}