road-category-select-list.ts 88 Bytes
export class RoadCategorySelectList {
    roadCategoryId: number;
    value: string;
 }