package com.moral.mapper; import com.moral.entity.City; public interface CityMapper { City getCityByCityCode(int cityCode); }