blade-service/blade-mdm/src/main/java/org/springblade/mdm/program/vo/NcNodeVO.java
@@ -10,9 +10,10 @@ public class NcNodeVO extends BaseVO { @Schema(description = "节点名称") private String name; @Schema(description = "父ID") @Schema(description = "父ID,根节点父id=0") private Long parentId; @Schema(description = "节点类型,字典(程序节点类型nc_node_type)") private String nodeType; @Schema(description = "是否有子节点") private Boolean hasChildren; }