We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffa9cb commit ec59aceCopy full SHA for ec59ace
1 file changed
src/Services/Location/Locations.API/Model/Locations.cs
@@ -9,6 +9,8 @@ public class Locations
9
{
10
[BsonRepresentation(BsonType.ObjectId)]
11
public string Id { get; set; }
12
+
13
+ public int LocationId { get; set; }
14
public string Code { get; set; }
15
16
public string Parent_Id { get; set; }
0 commit comments