Skip to content

Commit ec59ace

Browse files
committed
Add LocationId to Locations Model
1 parent 0ffa9cb commit ec59ace

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Services/Location/Locations.API/Model/Locations.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ public class Locations
99
{
1010
[BsonRepresentation(BsonType.ObjectId)]
1111
public string Id { get; set; }
12+
13+
public int LocationId { get; set; }
1214
public string Code { get; set; }
1315
[BsonRepresentation(BsonType.ObjectId)]
1416
public string Parent_Id { get; set; }

0 commit comments

Comments
 (0)