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