fix issue manage_type

This commit is contained in:
sxu 2024-04-20 12:52:19 +08:00
parent 8f34479036
commit bbc9032b70
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ public class TreeNode {
private String modelCode;
private String manageType;
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<TreeNode> children = new ArrayList<>();
}