给宝镜增加新的功能字段, PMS系统数据格式 更新

给宝镜推送 新功能,增加  RCU离 在线的功能
This commit is contained in:
2026-01-12 15:37:04 +08:00
parent 910c13953e
commit a4b847ed80
10 changed files with 185 additions and 43 deletions

View File

@@ -10,8 +10,10 @@ namespace Common
public string HotelCode { get; set; }
public string MAC { get; set; }
public string HostNumber { get; set; }
public string RoomNumber { get; set; }
public string EndPoint { get; set; }
public string CurrentStatus { get; set; }
public DateTime CurrentTime { get; set; }
}
}