| | |
| | | @Schema(description = "数量") |
| | | private BigDecimal quantity; |
| | | |
| | | @Schema(description = "排产数量") |
| | | private BigDecimal schedulingNum; |
| | | |
| | | @Schema(description = "待生产数量") |
| | | private BigDecimal pendingNum; |
| | | |
| | | @Schema(description = "报废数量") |
| | | private BigDecimal scrapQty; |
| | | |
| | |
| | | @Schema(description = "工序") |
| | | private String process; |
| | | |
| | | @Schema(description = "工序标准数量") |
| | | private java.math.BigDecimal standardQuantity; |
| | | |
| | | @Schema(description = "工资定额") |
| | | private BigDecimal workHours; |
| | | |
| | | @Schema(description = "折算工时") |
| | | private BigDecimal convertedWorkHours; |
| | | |
| | | @Schema(description = "工资") |
| | | private BigDecimal wages; |
| | | |
| | | @Schema(description = "原工资") |
| | | private BigDecimal originalWages; |
| | | |
| | | @Schema(description = "补修理工时") |
| | | private BigDecimal repairWorkHour; |
| | | |
| | | @Schema(description = "工资修正金额") |
| | | private BigDecimal adjustAmount; |
| | | |