ZhuDongming
2019-06-12 9009798abd7abfd726bcda80267c7d53dd3b8da3
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.Province;
 
public interface ProvinceMapper extends BaseMapper<Province> {
}