| | |
| | | @Setter |
| | | @Getter |
| | | public class NcProgramExportDncPageVO extends BaseVO { |
| | | @Schema(description = "流程标题") |
| | | private String title; |
| | | @Schema(description = "程序名称") |
| | | private String name; |
| | | @Schema(description = "图号") |
| | | private String partNo; |
| | | private String drawingNo; |
| | | @Schema(description = "图号版次") |
| | | private String partNoEdition; |
| | | private String drawingNoEdition; |
| | | @Schema(description = "工序名称") |
| | | private String processName; |
| | | @Schema(description = "工序号") |
| | | private String processNo; |
| | | @Schema(description = "工序号") |
| | | private String processEdition; |
| | | @Schema(description = "导出人姓名") |
| | | private String exporter; |
| | | } |