fengxiang
2018-03-23 ef32930eb234fcd5929283b36165d212b0f5fb22
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> {
}