代码调整

This commit is contained in:
2023-11-15 11:45:49 +08:00
parent 8bef9db9c8
commit c2ec0bfcf2
54 changed files with 1309 additions and 245 deletions

View File

@@ -23,5 +23,8 @@ public class DeptGetLineParam {
@ApiModelProperty(name = "serverName",value = "系统类型 0.event-boot 1.harmonic-boot")
private String serverName;
@ApiModelProperty(name = "systemType",value = "0.只返回主网的监测点信息; 1.只返回配网的监测点信息; null、2.返回主网配网两种监测点信息")
private Integer systemType;
}