增加字段
This commit is contained in:
@@ -164,6 +164,9 @@ public class LineDetail{
|
||||
* 接线图
|
||||
*/
|
||||
private String wiringDiagram;
|
||||
|
||||
/**
|
||||
* 监测点接线相别(0,单相,1,三相,默认三相)
|
||||
*/
|
||||
private Integer ptPhaseType;
|
||||
|
||||
}
|
||||
|
||||
@@ -104,5 +104,7 @@ public class LineDetailDataVO {
|
||||
*/
|
||||
@ApiModelProperty(name = "wiringDiagram",value = "接线图")
|
||||
private String wiringDiagram;
|
||||
@ApiModelProperty(name = "ptPhaseType",value = "监测点接线相别(0,单相,1,三相,默认三相)")
|
||||
private Integer ptPhaseType;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user