27918c1f
Administrator
add service object
|
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
public int? RoadId { get; set; }
public int? RegionId { get; set; }
public int? ServiceObjectTypeId { get; set; }
public int? SettlementId { get; set; }
public int? DepartmentAffiliationId { get; set; }
public double? LocationRight { get; set; }
public double? LocationLeft { get; set; }
public double? LocationAxis { get; set; }
public double? Distance { get; set; }
public double? Capacity { get; set; }
public string ArrangementElements { get; set; }
}
}
|