package com.xzx.gc.system.mapper; import com.xzx.gc.entity.CityPartner; import com.xzx.gc.util.GcMapper; import java.util.List; /** * CityPartner Mapper */ public interface CityPartnerMapper extends GcMapper { List queryTownIdsByPartnerId(String partnerId); List queryFenceIdByPartnerId(String partnerId); }