REQ-3540: try to repair tree

This commit is contained in:
yanglin 2025-03-21 11:18:47 +08:00
parent 381eda12c7
commit 2777ca5b55

View File

@ -44,6 +44,11 @@ abstract class NodeCreateAnonymous implements NodeCreate, IndexNodeScope {
*/
private Long operatorId;
/**
* 描述
*/
private String description;
@Override
public String biz() {
return biz;
@ -64,6 +69,11 @@ abstract class NodeCreateAnonymous implements NodeCreate, IndexNodeScope {
return operatorId;
}
@Override
public String description() {
return description;
}
@Override
public final IndexNodeScope nodeScope() {
return this;