c
This commit is contained in:
@@ -18,9 +18,9 @@ public class LineDistributionVO implements Serializable {
|
|||||||
@ApiModelProperty("监测点个数")
|
@ApiModelProperty("监测点个数")
|
||||||
private Integer value;
|
private Integer value;
|
||||||
|
|
||||||
public LineDistributionVO(String areaName, Integer lineNum) {
|
public LineDistributionVO(String name, Integer value) {
|
||||||
this.areaName = areaName;
|
this.name = name;
|
||||||
this.lineNum = lineNum;
|
this.value = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
public LineDistributionVO() {
|
public LineDistributionVO() {
|
||||||
|
|||||||
Reference in New Issue
Block a user