增加一系列功能
屏蔽 下位机 故障上报上报正常的数据。增加 日志系统的功能
This commit is contained in:
@@ -336,6 +336,7 @@ namespace CommonEntity
|
||||
/// "上报" 或 "下发"
|
||||
/// </summary>
|
||||
public string direction { get; set; }
|
||||
public string ip { get; set; }
|
||||
|
||||
public string cmd_word { get; set; }
|
||||
public int frame_id { get; set; }
|
||||
|
||||
@@ -228,7 +228,7 @@ namespace CommonEntity
|
||||
};
|
||||
fff.remark = remarkdata;
|
||||
fff.assigned_to = "auto";
|
||||
fff.user_type = 1;
|
||||
fff.user_type = 2;
|
||||
fff.get_details = true;
|
||||
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ namespace CommonEntity
|
||||
public string hotel_id { get; set; }
|
||||
public string device_id { get; set; }
|
||||
public string room_id { get; set; }
|
||||
public string ip { get; set; }
|
||||
}
|
||||
public struct ShengJi_Log
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user