package com.xzx.gc.system.mapper; import com.xzx.gc.entity.Fence; import com.xzx.gc.util.GcMapper; import java.util.List; public interface FenceMapper extends GcMapper { List findByPartnerId(String partnerId); }