xufenglei
2018-07-20 d8680e96da9c51f22fae430fc493f110cb374e5b
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>{
}