| | |
| | | @Schema(description = "工资定额") |
| | | private BigDecimal salaryQuota; |
| | | |
| | | @Schema(description = "工序标准数量") |
| | | private BigDecimal standardQuantity; |
| | | |
| | | @Schema(description = "月产小提琴系数") |
| | | private BigDecimal violinFactor; |
| | | |
| | | @Schema(description = "月产大提琴系数") |
| | | private BigDecimal violaFactor; |
| | | |
| | | @Schema(description = "月产贝斯系数") |
| | | private BigDecimal bassFactor; |
| | | |
| | | @Schema(description = "是否质检") |
| | | private Boolean isQuality; |
| | | |
| | | @Schema(description = "类型 区分计时和计件") |
| | | @Schema(description = "类型 区分计时和计件,0计时,1计件") |
| | | private Integer type; |
| | | |
| | | @Schema(description = "设备id") |