nickchange
2023-10-25 6638af6bea3b3a9c2ab8eb34a5cbced7aec825b4
cloud-server-other/src/main/java/com/dsh/other/entity/SiteBooking.java
@@ -176,4 +176,8 @@
    private String halfName;
    @TableField("goType")
    private Integer goType;
    @TableField("money")
    private String money;
    @TableField(exist = false)
    private String storePhone;
}