puzhibing
2024-03-06 b79d17d163a1f162190cb46d881ab1fd5957c602
cloud-server-other/src/main/java/com/dsh/other/entity/Site.java
@@ -19,7 +19,7 @@
    /**
     * 主键
     */
    @TableId(value = "id", type = IdType.AUTO)
    @TableId(value = "id", type = IdType.INPUT)
    private Integer id;
    /**
     * 门店id
@@ -61,6 +61,11 @@
     */
    @TableField("cityCode")
    private String cityCode;
    /**
     * 是否可预约(0=否,1=是)
     */
    @TableField("isCanBeBooked")
    private Integer isCanBeBooked;
    /**
     * 预约开始时间
     */
@@ -130,4 +135,6 @@
    private String ids;
    @TableField("sign")
    private Integer sign;
    @TableField("reservation")
    private Integer reservation;
}