| | |
| | | @NotNull(message = "工艺路线编号不能为空") |
| | | private Long routeId; |
| | | |
| | | @Schema(description = "工序编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1") |
| | | @NotNull(message = "工序编号不能为空") |
| | | @Schema(description = "工序编号", example = "1") |
| | | private Long processId; |
| | | |
| | | @Schema(description = "工艺参数模板编号", example = "1") |
| | | private Long paramTemplateId; |
| | | |
| | | @Schema(description = "序号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1") |
| | | @NotNull(message = "序号不能为空") |
| | | @Schema(description = "序号", example = "1") |
| | | private Integer sort; |
| | | |
| | | @Schema(description = "与下一道工序关系", example = "0") |