| | |
| | | @ApiModelProperty(value = "完成进度") |
| | | private BigDecimal completionStatus; |
| | | |
| | | // 总产出数量 |
| | | @ApiModelProperty(value = "总产出数量(包含报废数量)") |
| | | private BigDecimal totalQty; |
| | | |
| | | @ApiModelProperty(value = "报废数量") |
| | | private BigDecimal scrapQty; |
| | | |
| | | // 不良数量 |
| | | @ApiModelProperty(value = "不良数量") |
| | | private BigDecimal defectiveQuantity; |
| | | |
| | | @ApiModelProperty(value = "工单类型 正常 /返工返修") |
| | | private String workOrderType; |
| | |
| | | private BigDecimal completeQty; |
| | | |
| | | @ApiModelProperty(value = "不良率") |
| | | private BigDecimal scrapRate; |
| | | private BigDecimal defectiveRate; |
| | | |
| | | @ApiModelProperty(value = "状态文本") |
| | | private String statusText; |