Add LocationId to Locations Model
This commit is contained in:
parent
f1ccc24c85
commit
6c354a2c3d
@ -9,6 +9,8 @@
|
|||||||
{
|
{
|
||||||
[BsonRepresentation(BsonType.ObjectId)]
|
[BsonRepresentation(BsonType.ObjectId)]
|
||||||
public string Id { get; set; }
|
public string Id { get; set; }
|
||||||
|
|
||||||
|
public int LocationId { get; set; }
|
||||||
public string Code { get; set; }
|
public string Code { get; set; }
|
||||||
[BsonRepresentation(BsonType.ObjectId)]
|
[BsonRepresentation(BsonType.ObjectId)]
|
||||||
public string Parent_Id { get; set; }
|
public string Parent_Id { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user