于紫祥_1901
2020-08-13 0d3583b86f33b7839a4a7d0917a70ab0eb9f1eb2
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>{
    
}