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