增加日志

This commit is contained in:
2026-02-03 08:54:16 +08:00
parent 10bf712006
commit 3de5990573
33 changed files with 865 additions and 43 deletions

View File

@@ -103,6 +103,10 @@ namespace CommonEntity
[Id(6)]
[Key(6)]
public string? RoomNumber { get; set; }
[Id(7)]
[Key(7)]
public long? UnixTime { get; set; }
}