package com.thhy.engineering.modules.biz.engineering.service; import com.thhy.engineering.modules.biz.engineering.entity.CityPullDown; import java.util.List; public interface CityService { List cityPull(); }