/** * 省级行政区 */ export declare class Province { /** * 省级行政区Id */ id: number; /** * 省级行政区名称 */ name: string; }