增加一系列功能

屏蔽 下位机 故障上报上报正常的数据。增加 日志系统的功能
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

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