bsp注册参数增加注册类型

yun-zuoyi
nies 4 years ago
parent 5da810fb20
commit 474e181d8c

@ -22,6 +22,8 @@ public class RegistryParam implements Serializable {
private String appname;
@ApiParam("执行器的地址")
private String address;
@ApiParam(value = "注册类型 1:自动 2:手动", defaultValue = "1")
private Integer registryType;
@ApiParam("执行器注册的方法信息")
private List<MethodRegistryParam> methodRegistryParamList;

Loading…
Cancel
Save