| | |
| | | * @date 2021年04月25日 15:05 |
| | | */ |
| | | @Data |
| | | @TableName("T_MM_PREDICT_ITEM") |
| | | @TableName("t_mm_predict_item") |
| | | public class MmPredictItemEntity implements Serializable { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | /** |
| | | * 预测长度 |
| | | */ |
| | | private BigDecimal predictlength; |
| | | private Integer predictlength; |
| | | |
| | | /** |
| | | * 粒度 |
| | | */ |
| | | private BigDecimal granularity; |
| | | private Integer granularity; |
| | | |
| | | /** |
| | | * 是否启用 |
| | | */ |
| | | private BigDecimal status; |
| | | private Integer status; |
| | | |
| | | /** |
| | | * isfuse |
| | | * 是否融合 |
| | | */ |
| | | private BigDecimal isfuse; |
| | | private Integer isfuse; |
| | | |
| | | /** |
| | | * predictphase |
| | | */ |
| | | private BigDecimal predictphase; |
| | | private Integer predictphase; |
| | | |
| | | /** |
| | | * 是否检查 |
| | | */ |
| | | private BigDecimal workchecked; |
| | | private Integer workchecked; |
| | | |
| | | /** |
| | | * unittransfactor |
| | | * 单位转换 |
| | | */ |
| | | private BigDecimal unittransfactor; |
| | | private Integer unittransfactor; |
| | | |
| | | /** |
| | | * 创建时间 |