ZhuDongming
2019-08-21 e34d88ad7d3d950da12f032e6932ba14f868db72
1
2
3
4
5
6
7
8
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.Town;
 
public interface TownMapper extends BaseMapper<Town>{
    
}