2026-06-13 f569e2257372a2f940aace9ad151fd758196eb9a
src/main/java/com/ruoyi/production/pojo/ProductionPlan.java
@@ -74,9 +74,6 @@
    @Schema(description = "已下发数量")
    private BigDecimal quantityIssued;
    @Schema(description = "是否下发制造订单")
    private Boolean issued;
    @Schema(description = "来源 销售/内部")
    private String source;
@@ -85,4 +82,7 @@
    @Schema(description = "状态 0未下发 1部分下发 2已下发")
    private Integer status;
    @Schema(description = "审批状态:0-待审批,1-审批中,2-已通过,3-已驳回")
    private Integer approvalStatus;
}