8 小时以前 fb3a5d1f1c77848dfe5fd47d0cb4132ad25c1564
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;