Add LocationId to Locations Model
This commit is contained in:
parent
0ffa9cb981
commit
ec59ace1ea
@ -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