| | |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.zt.common.constant.Bool; |
| | | import com.zt.common.entity.BusiEntity; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | |
| | | public class SimulatAssess extends BusiEntity { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @ApiModelProperty(value = "上级ID") |
| | | private Long pid; |
| | | |
| | | @ApiModelProperty(value = "产品节点ID") |
| | | private Long productId; |
| | |
| | | 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; |
| | | |
| | | @TableField(exist = false) |
| | | private Boolean repairDiracFlag; |
| | | |
| | | @ApiModelProperty(value = "传给算法库的xml") |
| | | private String xml; |