| | |
| | | |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import lombok.Data; |
| | | import java.time.LocalDate; |
| | | import java.util.Date; |
| | | |
| | | @Data |
| | |
| | | @Schema(description = "工序唯一码") |
| | | private String operationId; |
| | | @Schema(description = "检验反馈时间") |
| | | private Date acruslEndEime; |
| | | private Date acruslEndTime; |
| | | @Schema(description = "检验员") |
| | | private String inspector; |
| | | @Schema(description = "过程卡号") |
| | |
| | | @Schema(description = "操作者") |
| | | private String operator; |
| | | @Schema(description = "操作者") |
| | | private String operationFeedbackTime; |
| | | private Date operationFeedbackTime; |
| | | |
| | | } |