package com.mzl.flower.service.map; public interface MapGaodeService { /** * 获取腾讯的行政区划 */ void getAdministrativeDivision(); }