fengxiang
2018-09-20 a31c81dada74c63ff96c7adf7f21451f1e3ad989
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> {
}