yuan
2026-08-25 ceec5a59d72439e0760bc9b1968e74dedf27d522
src/main/java/com/ruoyi/production/pojo/ProductionAccount.java
@@ -45,6 +45,21 @@
    @Schema(description = "工序名称")
    private String technologyOperationName;
    @Schema(description = "工资修正金额")
    private BigDecimal adjustAmount;
    @Schema(description = "工资修正说明")
    private String adjustRemark;
    @Schema(description = "修正人")
    private Long adjustUser;
    @Schema(description = "修正时间")
    private LocalDateTime adjustTime;
    @Schema(description = "核算批次号")
    private String accountingBatchNo;
    @Schema(description = "生产日期")
    private LocalDateTime schedulingDate;