代码调整
This commit is contained in:
@@ -178,7 +178,7 @@ public class SupervisionTempLineReportParam {
|
|||||||
* 是否参与统计
|
* 是否参与统计
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value="是否参与统计")
|
@ApiModelProperty(value="是否参与统计")
|
||||||
private String isStatistical;
|
private Integer isStatistical;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 监测点对象名称
|
* 监测点对象名称
|
||||||
@@ -196,7 +196,7 @@ public class SupervisionTempLineReportParam {
|
|||||||
* 是否并网点
|
* 是否并网点
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value="是否并网点")
|
@ApiModelProperty(value="是否并网点")
|
||||||
private String isGridConnectionPoint;
|
private Integer isGridConnectionPoint;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 监测点运行状态
|
* 监测点运行状态
|
||||||
|
|||||||
Reference in New Issue
Block a user