lizijie
2020-09-10 807be02a202a3d1fb3ce72dc765fe9993227c71a
1
2
3
4
5
6
7
8
package com.moral.mapper;
 
import com.moral.entity.Area;
 
public interface AreaMapper {
 
    Area getAreaByAreaCode(int areaCode);
}