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