lizijie
2020-09-11 c6b230f416028d95a206fd7cd0166b49d5ef26eb
1
2
3
4
5
6
7
8
package com.moral.mapper;
 
import com.moral.entity.City;
 
public interface CityMapper {
 
    City getCityByCityCode(int cityCode);
}