@@ -70,6 +70,11 @@ public class RemotePtRoomVo implements Serializable {
*/
private String hasNetwork;
+ /**
+ * 状态 字典 dict_hotel_room_status
+ */
+ private String status;
+
@@ -1,7 +1,7 @@
package org.dromara.common.core.enums;
/**
- * 客房状态
+ * 客房状态 dict_hotel_room_status
public enum HotelRoomStatusEnum {
OK("1","OK房"),
@@ -94,5 +94,10 @@ public class PtRoom extends TenantEntity {
private Long guestRoomType;
}
@@ -92,5 +92,10 @@ public class PtRoomBo extends TenantEntity {
@@ -88,6 +88,11 @@ public class PtRoomVo implements Serializable {
private String remark;