|
|
|
@ -40,7 +40,7 @@ public class ExecutorGroupRegistryInfo extends BaseBean implements Serializable
|
|
|
|
|
|
|
|
|
|
@Column(name = "TYPE",columnDefinition = "int default 0")
|
|
|
|
|
@ApiModelProperty("自动注册 0,手动注册 1")
|
|
|
|
|
private String type;
|
|
|
|
|
private Integer type;
|
|
|
|
|
|
|
|
|
|
@Column
|
|
|
|
|
@ApiModelProperty("执行器组路由策略,默认随机")
|
|
|
|
|