This commit is contained in:
2022-06-22 09:50:16 +08:00
parent d9ee4b6576
commit f9141aaba3

View File

@@ -18,9 +18,9 @@ public class LineDistributionVO implements Serializable {
@ApiModelProperty("监测点个数")
private Integer value;
public LineDistributionVO(String areaName, Integer lineNum) {
this.areaName = areaName;
this.lineNum = lineNum;
public LineDistributionVO(String name, Integer value) {
this.name = name;
this.value = value;
}
public LineDistributionVO() {