chenhj
2026-04-24 4b2a52eecd3b425bfe592ff7fc2959ef7391b4b6
src/main/java/com/ruoyi/production/bean/dto/ProductionPlanDto.java
@@ -20,10 +20,6 @@
    @Excel(name = "产品名称")
    private String productName;
    @Schema(description = "客户名称")
    @Excel(name = "客户名称")
    private String customerName;
    @Schema(description = "产品规格")
    @Excel(name = "产品规格")
    private String model;