puzhibing
2024-03-05 a8f90f717c73d7ff4d2355649f9f161a6f89aa9b
cloud-server-other/src/main/java/com/dsh/other/entity/Site.java
@@ -62,6 +62,11 @@
    @TableField("cityCode")
    private String cityCode;
    /**
     * 是否可预约(0=否,1=是)
     */
    @TableField("isCanBeBooked")
    private Integer isCanBeBooked;
    /**
     * 预约开始时间
     */
    @TableField("appointmentStartTime")