c
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user