REQ-3540: 备份

This commit is contained in:
yanglin 2025-03-17 10:44:09 +08:00
parent 91747f3eea
commit afd28bb689

View File

@ -131,6 +131,8 @@ public class IndexNodeInfo implements NodeValue, ValueContainer<IndexNodeInfo> {
}
@Override
@JsonIgnore
@JSONField(serialize = false)
public boolean isValueRoot() {
return parentId == 0;
}