import { CityDto } from "./city-dto.model"; export class ProvinceDto { id?: number; name?: string; sort?: number; cites?: Map; };