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; @@ -68,6 +68,7 @@ private String shippingCarNumber; @Schema(description = "创建时间") @TableField(fill = FieldFill.INSERT) private LocalDateTime createTime; @Schema(description = "修改时间")