yangys
6 天以前 7551b1ae51da67627f7ed03276707127dfc9cdc6
blade-service/blade-mdm/src/main/java/org/springblade/mdm/program/vo/NcNodeVO.java
@@ -16,6 +16,8 @@
   private String machineCode;
   @Schema(description = "节点类型,字典(程序节点类型nc_node_type)")
   private String nodeType;
   @Schema(description = "节点类型中文")
   private String nodeTypeName;
   @Schema(description = "是否有子节点")
   private Boolean hasChildren;
   @Schema(description = "描述")
@@ -24,4 +26,11 @@
   private String remark;
   @Schema(description = "创建用户名称")
   private String createUserName;
   @Schema(description = "工序,如“精铣”,程序文件节点的属性")
   private String processName;
   @Schema(description = "工序版本,程序文件节点的属性")
   private String processEdition;
   @Schema(description = "零组件号/图号,程序文件节点的属性")
   private String drawingNo;
}