ZhuDongming
2019-08-19 1b89cebace4fa6c1ecbc08b95d61b063a44ff989
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.Area;
 
public interface AreaMapper extends BaseMapper<Area> {
}