ZhuDongming
2020-07-07 ecacade37bf1704fb7e71d66f1b85867dffc6814
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>{
    
}