REQ-3540: try to repair tree
This commit is contained in:
parent
381eda12c7
commit
2777ca5b55
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user