Commit c1b9b9a7d9da97f7bfe91521e106b8da4ac92681

Authored by Administrator
1 parent ed579efd

last commit

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/MapsModels/DsModels/BusStopEditDsM.cs
... ... @@ -16,6 +16,7 @@ namespace MapsModels.DsModels
16 16 public int? YearBuild { get; set; }
17 17 public int? YearRepair { get; set; }
18 18 public int? StateCommonId { get; set; }
  19 + public string Position { get; set; }
19 20  
20 21 }
21 22 }
22 23 \ No newline at end of file
... ...