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; /** * 预约开始时间 */