add: 目标表增加根节点id和父节点id

This commit is contained in:
kkunkka
2025-10-10 14:53:19 +08:00
parent affb754ae4
commit 82e1f2deb4
2 changed files with 7 additions and 1 deletions

View File

@@ -15,4 +15,8 @@ public class Goal extends Entity {
private String tag;
private String detail;
private Integer rootId;
private Integer parentId;
}