给宝镜增加新的功能字段, PMS系统数据格式 更新
给宝镜推送 新功能,增加 RCU离 在线的功能
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -137,6 +137,13 @@ namespace Common
|
||||
/// </summary>
|
||||
public int valve { get; set; }
|
||||
}
|
||||
public class XuanZhuResponse_Fault
|
||||
{
|
||||
public XuanZhuResponse data { get; set; }
|
||||
public DateTime updatetime { get; set; }
|
||||
|
||||
public string url { get; set; }
|
||||
}
|
||||
public class XuanZhuResponse
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user