fengxiang
2018-07-24 4bcb1ee43667a1093657d2ced4f27e3036c66f49
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>{
    
}