沈斌
2018-01-30 84fc0679f0720da85af52e449ce873d5c0eb27bd
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.City;
 
public interface CityMapper extends BaseMapper<City> {
}