| package com.xzx.gc.user.mapper;  | 
|   | 
| import com.xzx.gc.entity.Fence;  | 
| import com.xzx.gc.model.admin.XzxCityPartnerModel;  | 
| import com.xzx.gc.model.admin.XzxElectronicFenceModel;  | 
| import com.xzx.gc.util.GcMapper;  | 
|   | 
| import java.util.List;  | 
|   | 
| public interface FenceMapper extends GcMapper<Fence> {  | 
|     List<Fence> findByPartnerId(String partnerId);  | 
|   | 
|     int queryElectronicFenceByPartner(String partnerId);  | 
|   | 
|   | 
|     List<XzxElectronicFenceModel> queryFenceNameList(XzxCityPartnerModel model);  | 
|   | 
|     List<XzxElectronicFenceModel> queryPartnerFenceList(XzxCityPartnerModel model);  | 
|   | 
|     List<XzxElectronicFenceModel> queryPartnerFenceListByUser(XzxCityPartnerModel model);  | 
| } |