package com.bs.system.mapper; import com.bs.common.mybatis.mapper.BaseMapperX; import com.bs.system.domain.DfArea; /** * 全国城市Mapper接口 * * @author bs * @date 2024-04-13 */ public interface DfAreaMapper extends BaseMapperX { }