package com.xzx.gc.system.mapper; import com.xzx.gc.entity.PartnerFence; import com.xzx.gc.util.GcMapper; import org.apache.ibatis.annotations.Param; import java.util.List; public interface PartnerFenceMapper extends GcMapper { List queryTownIdsByPartnerIds(@Param("partnerIds") List partnerIds); }