xufenglei
2018-11-12 2d67ed727031e32a6762d0ca77a8d9dd18fb13f0
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>{
    
}