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