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]
|
[Key]
|
||||||
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||||
[Column("GUID", TypeName = "int")]
|
[Column("GUID", TypeName = "int")]
|
||||||
public int Guid { get; set; }
|
public long Id { get; set; }
|
||||||
|
|
||||||
[Required]
|
[Required]
|
||||||
[Column("ELEMENT_ID", TypeName = "int")]
|
[Column("ELEMENT_ID", TypeName = "int")]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user