add: 目标表增加根节点id和父节点id
This commit is contained in:
@@ -15,4 +15,8 @@ public class Goal extends Entity {
|
||||
private String tag;
|
||||
|
||||
private String detail;
|
||||
|
||||
private Integer rootId;
|
||||
|
||||
private Integer parentId;
|
||||
}
|
||||
|
Reference in New Issue
Block a user