This commit is contained in:
2023-01-25 20:07:30 +00:00
parent 423c0dc5a0
commit b9450de83a
6 changed files with 31 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ namespace Sockeye.Models
[Required]
public long ObjectId { get; set; }
[Required]
public SockType SType { get; set; }//int
public SockType SockType { get; set; }//int
[NotMapped]
public string ReviewObjectViz { get; set; }
@@ -59,7 +59,7 @@ namespace Sockeye.Models
}
[NotMapped, JsonIgnore]
public SockType SockType { get => SockType.Review; }
public SockType SType { get => SockType.Review; }
}//eoc