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