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