jinpengyong
2020-09-21 c06d969f9486912606064092d7f4946c4abc2395
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.Village;
 
public interface VillageMapper extends BaseMapper<Village>{
}