1
This commit is contained in:
@@ -18,9 +18,9 @@ namespace BITKit
|
||||
[System.Serializable]
|
||||
public record LogModel:ILog
|
||||
{
|
||||
#if UNITY
|
||||
#if NET5_0_OR_GREATER
|
||||
[Key]
|
||||
#else
|
||||
[Key]
|
||||
#endif
|
||||
public int Id { get; set; }
|
||||
public string EntityName { get; set; }
|
||||
|
Reference in New Issue
Block a user