jinpengyong
2020-06-22 cc31761e9ccadea2914af450b5414824ba983f38
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> {
}