添加日志
This commit is contained in:
@@ -31,6 +31,21 @@ namespace CommonEntity
|
||||
|
||||
[Key(6)]
|
||||
public DateTime CurrentTime { get; set; }
|
||||
|
||||
[Key(7)]
|
||||
public string? MAC { get; set; }
|
||||
|
||||
[Key(8)]
|
||||
public string? CurrentStatus { get; set; }
|
||||
|
||||
[Key(9)]
|
||||
public long? UnixTime { get; set; }
|
||||
|
||||
[Key(10)]
|
||||
public byte[]? LauncherVersion { get; set; }
|
||||
|
||||
[Key(11)]
|
||||
public byte[]? RebootReason { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user