云
2026-09-08 b338809d13d71c1bff864e4976d07a33f2d7432e
src/main/java/com/ruoyi/sales/pojo/ShippingInfo.java
@@ -42,7 +42,7 @@
    private String status;
    @Schema(description = "发货日期")
    @JsonFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    @Excel(name = "发货日期", width = 30, dateFormat = "yyyy-MM-dd")
    private Date shippingDate;