8 天以前 46944d762174e5b7e7a627c59928e2a3c9e03dd4
src/main/java/com/ruoyi/sales/pojo/ShippingInfo.java
@@ -28,6 +28,10 @@
    @Excel(name = "客户名称")
    private String customerName;
    @TableField(exist = false)
    @Schema(description = "客户id")
    private Long customerId;
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
@@ -68,7 +72,6 @@
    private String shippingCarNumber;
    @Schema(description = "创建时间")
    @TableField(fill = FieldFill.INSERT)
    private LocalDateTime createTime;
    @Schema(description = "修改时间")