2026-04-21 b2bfc3c8c094d7b46f1e41fc75b26221ce945dab
src/main/java/com/ruoyi/production/dto/SalesLedgerSchedulingDto.java
@@ -27,6 +27,9 @@
    @ApiModelProperty(value = "销售台账ID")
    private Long salesLedgerId;
    @ApiModelProperty(value = "生产总量(单位kg)")
    private BigDecimal totalProduction;
    /**
     * 生产炒机
     */
@@ -122,6 +125,9 @@
    @Excel(name = "状态")
    private String status;
    @Excel(name = "进度")
    private BigDecimal progress;
    @ApiModelProperty(value = "租户ID")
    private Long tenantId;