feat:[REQ-3648] 独立小组标识,增加默认值
This commit is contained in:
parent
32188cae3f
commit
873b281d02
@ -184,7 +184,7 @@ public class NodeProfile {
|
||||
/**
|
||||
* 是否独立小组,true 独立,false 非独立
|
||||
*/
|
||||
private Boolean independentGroup;
|
||||
private Boolean independentGroup = false;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user