ZhuDongming
2020-03-31 f3715db20c22d90b97f1842431b0399b6a11ba7d
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> {
}