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