refactor(Annotation): rename Guid as Id
- convert type to long
This commit is contained in:
parent
a258dcdad0
commit
281cf47834
@ -17,7 +17,7 @@ public class Annotation
|
||||
[Key]
|
||||
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
[Column("GUID", TypeName = "int")]
|
||||
public int Guid { get; set; }
|
||||
public long Id { get; set; }
|
||||
|
||||
[Required]
|
||||
[Column("ELEMENT_ID", TypeName = "int")]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user