无关风月
2025-04-03 1c842d5a1880469bf1af7067a5c194ae26c3f80d
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,11 +63,7 @@
     */
    @TableField("cityCode")
    private String cityCode;
    /**
     * 是否可预约(0=否,1=是)
     */
    @TableField("isCanBeBooked")
    private Integer isCanBeBooked;
    /**
     * 预约开始时间
     */