yuan
7 天以前 211d2887af4608fbdfd40af1e16e4f58131dfaa2
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;