浏览代码

更新!

TRX 1 年之前
父节点
当前提交
82e6e9f4e4
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      OneCardIotClient/src/main/java/com/zhongshu/iot/client/model/iot/IotMainParam.java

+ 4 - 0
OneCardIotClient/src/main/java/com/zhongshu/iot/client/model/iot/IotMainParam.java

@@ -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;