资料库代码提交

This commit is contained in:
hzj
2024-09-18 18:43:13 +08:00
parent 78ba6903c6
commit bb5d1d3335
2 changed files with 5 additions and 0 deletions

View File

@@ -83,5 +83,8 @@ public class LibAlgorithm extends BaseEntity {
@TableField(exist = false)
private List<LibAlgorithm> children;
@TableField(exist = false)
private Integer level;
}