feat:[REQ-3648] 独立小组标识,增加默认值

This commit is contained in:
liuyang 2025-02-19 11:37:05 +08:00
parent 32188cae3f
commit 873b281d02

View File

@ -184,7 +184,7 @@ public class NodeProfile {
/**
* 是否独立小组true 独立false 非独立
*/
private Boolean independentGroup;
private Boolean independentGroup = false;
}