|
|
@@ -4,6 +4,7 @@ import com.github.microservice.types.FunctionType;
|
|
|
import com.zhongshu.iot.client.model.baseParam.SuperParam;
|
|
|
import com.zhongshu.iot.client.type.DataType;
|
|
|
import com.zhongshu.iot.client.type.EventType;
|
|
|
+import com.zhongshu.iot.client.type.RemoteUrlType;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.AllArgsConstructor;
|
|
|
import lombok.Data;
|
|
|
@@ -72,6 +73,9 @@ public class IotMainParam extends SuperParam {
|
|
|
@Schema(description = "属性,输出参数列表,输入参数")
|
|
|
private List<IotAttribute> outChilds;
|
|
|
|
|
|
+ @Schema(description = "业务地址类型")
|
|
|
+ private RemoteUrlType remoteUrlType = RemoteUrlType.ExternalNetwork;
|
|
|
+
|
|
|
@Schema(description = "业务处理地址")
|
|
|
private String remoteUrl;
|
|
|
|