iailab-module-model/iailab-module-model-biz/src/main/java/com/iailab/module/model/mcs/pre/entity/MmPredictItemEntity.java
@@ -63,7 +63,7 @@ private Integer status; /** * isfuse * 是否融合 */ private Integer isfuse; @@ -78,7 +78,7 @@ private Integer workchecked; /** * unittransfactor * 单位转换 */ private Integer unittransfactor; @@ -96,4 +96,19 @@ * 保留的预测点位 (T+2 则n=2, T+30则n=30, T+n则表示从最后点位开始,n=预测长度;n由系统配置得出) */ private String saveindex; /** * 是否累计 */ private Integer iscumulant; /** * 累计除数 */ private Integer cumuldivisor; /** * 累计测点 */ private String cumulpoint; }