无关风月
2025-05-08 9486766c806fe1d9e082b2fd02ea1cc558f1b443
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;
    /**
     * 预约开始时间
     */
@@ -130,4 +133,6 @@
    private String ids;
    @TableField("sign")
    private Integer sign;
    @TableField("reservation")
    private Integer reservation;
}