xufenglei
2018-06-12 423f27b076fcd75df04005ae00e47ec26192434a
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> {
}