2026-05-11 99e26030611fdc06ee3dd523072fe5516b78dc5b
src/main/java/com/ruoyi/sales/dto/SalesLedgerImportDto.java
@@ -47,5 +47,19 @@
    @Excel(name = "付款方式")
    private String paymentMethod;
    @Excel(name = "订单类型")
    private String orderType;
    @Excel(name = "订单行")
    private String orderLine;
    @Excel(name = "需求日期", width = 30, dateFormat = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date demandDate;
    @Excel(name = "交货日期", width = 30, dateFormat = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date deliveryDate;
}