1.pms全过程用户临时档案功能

This commit is contained in:
2024-10-24 20:30:22 +08:00
parent 0eeedf8f35
commit 448f76d646
24 changed files with 1000 additions and 27 deletions

View File

@@ -27,4 +27,6 @@ public class SimpleDTO implements Serializable {
private Integer sort;
private Integer algoDescribe;
}

View File

@@ -15,4 +15,6 @@ public class SimpleTreeDTO extends SimpleDTO implements Serializable {
private List<SimpleDTO> children;
}