huminmin
3 天以前 3e17b898ed5c4a62fbad777f39c3f89953345ff2
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;