lizijie
2022-05-12 b4304bac2268701dfc89bb62646748ef3eeb08d6
1
2
3
4
5
6
7
8
package com.moral.mapper;
 
import com.moral.entity.City;
 
public interface CityMapper {
 
    City getCityByCityCode(int cityCode);
}