import CityModel from "../model/CityModel"; /** * Created by cuppi on 2017/9/4. */ interface CityParas extends CityModel{ } export default CityParas;