road.ts 303 Bytes
export class Road {
    id: number;
    name: string;
    value: string;
    length: number;
    historicalBackground: string;
    economicValue: string;
    lawDoc: string;
    acceptTransferDoc: string;
    acceptanceDoc: string;
    authorityAct: string;
    roadTypeId: number;
    index: number;
}