xyc
2024-07-24 d8cb08ce6b68b50d2475b70eb522ea6bbbb17686
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;
}