huminmin
2026-07-15 422a5676c2d96dd37c1be62935a314d70fef79b5
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;