nickchange
2023-10-26 88d56c7c74be121a11e3760e4fc7a058ea2f6c47
cloud-server-other/src/main/java/com/dsh/other/entity/SiteBooking.java
@@ -177,6 +177,7 @@
    @TableField("goType")
    private Integer goType;
    @TableField("money")
    private String money;
    @TableField(exist = false)
    private String storePhone;
}