添加日志

This commit is contained in:
2026-02-04 18:06:18 +08:00
parent 3de5990573
commit b9ef94a671
28 changed files with 134 additions and 54 deletions

View File

@@ -72,6 +72,12 @@ namespace CommonEntity
public string? DeviceAddress { get; set; }
}
public class RestartIOTData:OnOffLineData
{
public byte[]? LauncherVersion { get; set; }
public byte[]? RebootReason { get; set; }
}
[GenerateSerializer()]
[MessagePackObject()]
public class OnOffLineData