|
@@ -33,6 +33,9 @@ public class GateWaySyncParam {
|
|
|
@Schema(description = "网关名称")
|
|
@Schema(description = "网关名称")
|
|
|
private String gateWayName;
|
|
private String gateWayName;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "项目code")
|
|
|
|
|
+ private String projectInfoCode;
|
|
|
|
|
+
|
|
|
@Schema(description = "ip地址")
|
|
@Schema(description = "ip地址")
|
|
|
private String ip;
|
|
private String ip;
|
|
|
|
|
|