fix issue manage_type
This commit is contained in:
parent
8f34479036
commit
bbc9032b70
|
|
@ -34,6 +34,8 @@ public class TreeNode {
|
||||||
|
|
||||||
private String modelCode;
|
private String modelCode;
|
||||||
|
|
||||||
|
private String manageType;
|
||||||
|
|
||||||
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
||||||
private List<TreeNode> children = new ArrayList<>();
|
private List<TreeNode> children = new ArrayList<>();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue