yuan
15 小时以前 b9b1a775a9633a34130944d7fdbe9b9ba860aa8e
src/main/java/com/ruoyi/production/bean/dto/ProductionPlanImportDto.java
@@ -36,6 +36,10 @@
    @Excel(name = "需求数量")
    private BigDecimal qtyRequired;
    @Schema(description = "来源 销售/内部")
    @Excel(name = "来源 销售/内部")
    private String source;
    @Schema(description = "承诺日期")
    @Excel(name = "承诺日期")
    private LocalDate promisedDeliveryDate;