zbj//1.暂降热力图/暂降严重度 代码修改

This commit is contained in:
zhangbaojian
2023-04-27 19:06:27 +08:00
parent 41a8930aa9
commit ea2e7d02b2
5 changed files with 47 additions and 21 deletions

View File

@@ -27,4 +27,10 @@ public class MonitoringPointScaleParam {
@ApiModelProperty("监测点个数")
private int count;
/**
* 次数
*/
@ApiModelProperty("次数")
private int size;
}