jinlin
2024-10-23 b311c61c729f02db40dfa51dbfe81892112535b1
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/taskReliability/model/SimulatAssess.java
@@ -22,8 +22,6 @@
public class SimulatAssess extends BusiEntity {
   private static final long serialVersionUID = 1L;
   @ApiModelProperty(value = "上级ID")
   private Long pid;
   @ApiModelProperty(value = "产品节点ID")
   private Long productId;
@@ -38,13 +36,13 @@
   private Integer simulatFrequency;
   @TableField(exist = false)
   private Long showProductId;
   private String showProductId;
   @TableField(exist = false)
   private String dataType;
   @TableField(exist = false)
   private Integer taskDuration;
   private Double taskDuration;
   @ApiModelProperty(value = "传给算法库的xml")
   private String xml;