@@ -21,8 +21,8 @@ captcha:
# 开发环境配置
server:
- # 服务器的HTTP端口,默认为8080
- port: 8080
+ # 服务器的HTTP端口,默认为8092
+ port: 8092
servlet:
# 应用的访问路径
context-path: /
@@ -58,5 +58,7 @@ public class FacilitiesVo implements Serializable {
private String url;
+ private String createTime;
+
}
@@ -61,4 +61,6 @@ public class RegionVo implements Serializable {
@@ -82,5 +82,7 @@ public class RoomVo implements Serializable {
@@ -63,5 +63,7 @@ public class SysImgVo implements Serializable {
private boolean defaults;