fengxiang
2018-07-17 04bc6b13175f4274933b42278576be9e18ab8ef7
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>{
}