Commit c1b9b9a7d9da97f7bfe91521e106b8da4ac92681
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,6 +16,7 @@ namespace MapsModels.DsModels | ||
| 16 | public int? YearBuild { get; set; } | 16 | public int? YearBuild { get; set; } |
| 17 | public int? YearRepair { get; set; } | 17 | public int? YearRepair { get; set; } |
| 18 | public int? StateCommonId { get; set; } | 18 | public int? StateCommonId { get; set; } |
| 19 | + public string Position { get; set; } | ||
| 19 | 20 | ||
| 20 | } | 21 | } |
| 21 | } | 22 | } |
| 22 | \ No newline at end of file | 23 | \ No newline at end of file |