yuan
9 小时以前 47806d9e390ee00e1d29ad1da8c1aa908882a758
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;