1.解决device模块Swagger无法显示bug
2.修改监测点评价,数据异常,指标数据质量算法兼容修改
This commit is contained in:
@@ -23,9 +23,6 @@ import java.util.Date;
|
||||
@Data
|
||||
@TableName(value = "r_mp_monitor_evaluate_d")
|
||||
public class RMpMonitorEvaluateDPO {
|
||||
@MppMultiId(value = "data_date")
|
||||
@ApiModelProperty(value="")
|
||||
private Date dataDate;
|
||||
|
||||
/**
|
||||
* 监测点Id
|
||||
@@ -33,6 +30,9 @@ public class RMpMonitorEvaluateDPO {
|
||||
@MppMultiId(value = "measurement_point_id")
|
||||
private String measurementPointId;
|
||||
|
||||
@MppMultiId(value = "data_date")
|
||||
private Date dataDate;
|
||||
|
||||
@TableField(value = "device_id")
|
||||
private String deviceId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user