44323
2024-03-08 f9de5e9a3eada85447e73334a30a762069c647f5
cloud-server-other/src/main/java/com/dsh/other/entity/Site.java
@@ -36,6 +36,8 @@
     */
    @TableField("siteTypeId")
    private Integer siteTypeId;
    @TableField("isCanBeBooked")
    private Integer isCanBeBooked;
    /**
     * 城市管理员id
     */
@@ -61,6 +63,7 @@
     */
    @TableField("cityCode")
    private String cityCode;
    /**
     * 预约开始时间
     */