cross-section.ts
446 Bytes
export class CrossSection {
id: number;
roadId: number;
regionId: number;
stateCommonid: number;
locationLeft: number;
locationRight: number;
direction: string;
surfaceTypeId: number;
lengthSection: number;
lengthSurface: number;
distanceEdge: number;
width: number;
angle: number;
tubeAvailability: number;
safetyAvailability: number;
yearBuild: number;
yearRepair: number;
}