于紫祥_1901
2020-08-12 19b06c5deda2a18d0c77b71ac5189d34c532b25e
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>{
    
}