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