xufenglei
2018-11-12 3fc81895e7e44238b18f89d816ad384143d4be9f
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>{
    
}