package com.moral.mapper; import com.moral.common.mapper.BaseMapper; import com.moral.entity.City; public interface CityMapper extends BaseMapper { }