| | |
| | | @Schema(description = "IPQC 检验类型", example = "1") |
| | | private Integer type; |
| | | |
| | | @Schema(description = "生产工单 ID", example = "10") |
| | | private Long workOrderId; |
| | | @Schema(description = "批号", example = "BC20250101") |
| | | private String batchCode; |
| | | |
| | | @Schema(description = "产品物料 ID", example = "50") |
| | | private Long itemId; |
| | |
| | | @Schema(description = "检测人员用户 ID", example = "1") |
| | | private Long inspectorUserId; |
| | | |
| | | @Schema(description = "检测日期") |
| | | @DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND) |
| | | private LocalDateTime[] inspectDate; |
| | | |
| | | } |