Commit cc1ac3ea1e3233bac141e5bc765e608a65984129
Merge branch 'master' of gitlab.artweb.com.ua:root/FirstFullmaps
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 |