增加一系列功能

屏蔽 下位机 故障上报上报正常的数据。增加 日志系统的功能
This commit is contained in:
2026-03-19 08:56:39 +08:00
parent a93c11fbfe
commit e46b19016b
11 changed files with 72 additions and 44 deletions

View File

@@ -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; }

View File

@@ -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;

View File

@@ -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
{