(improvement)(Headless) Refactor service package of Headless-Server module (#1228)

Co-authored-by: lxwcodemonkey
This commit is contained in:
LXW
2024-06-25 23:10:36 +08:00
committed by GitHub
parent e9dfb30ccf
commit 015f1e5204
46 changed files with 397 additions and 609 deletions

View File

@@ -30,4 +30,8 @@ public class ItemResp {
this.type = type;
}
public boolean isRoot() {
return parentId == null || parentId == 0;
}
}