huminmin
2 天以前 ff09f8e85d51c5d127796bfbd097f5fad9267d4b
src/main/java/com/ruoyi/production/bean/dto/ProductionProductMainDto.java
@@ -81,12 +81,21 @@
    @Schema(description = "工序")
    private String process;
    @Schema(description = "工序标准数量")
    private java.math.BigDecimal standardQuantity;
    @Schema(description = "工资定额")
    private BigDecimal workHours;
    @Schema(description = "工资")
    private BigDecimal wages;
    @Schema(description = "原工资")
    private BigDecimal originalWages;
    @Schema(description = "补修理工时")
    private BigDecimal repairWorkHour;
    @Schema(description = "工资修正金额")
    private BigDecimal adjustAmount;