| | |
| | | import com.panzhihua.common.model.dtos.api.EventInfo; |
| | | import com.panzhihua.common.model.dtos.grid.LcEventVisitingTasksListDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.serviceapi.model.dto.LcFlowPersonVisitRecordDTO; |
| | | import com.panzhihua.serviceapi.model.dto.LcGridData; |
| | | import com.panzhihua.serviceapi.model.dto.LcKeyPersonVisitRecordDTO; |
| | | import com.panzhihua.serviceapi.model.dto.LcKeyPersonVisitRecordQueryDTO; |
| | | import com.panzhihua.serviceapi.model.dto.*; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @author manailin |
| | | * @date 2021/6/10 17:00 |
| | | */ |
| | | List<LcGridData> getGridListByAreaId(String areaId); |
| | | List<LcGridData> getGridTreeByAreaId(String areaId); |
| | | |
| | | /** |
| | | * description 获取指定区域网格列表,直接返回网格列表 |
| | | * |
| | | * @param areaId 区域ID |
| | | * @return String 事件信息 |
| | | * @author manailin |
| | | * @date 2021/6/10 17:00 |
| | | */ |
| | | List<LcGridData> getGridDataListByAreaId(String areaId); |
| | | /** |
| | | * description 获取所有或者根据姓名和工号查询,分页 |
| | | * |
| | | * @param areaId 区域ID |
| | | * @param param 姓名或者工号 |
| | | * @return String 网格员列表 |
| | | * @author manailin |
| | | * @date 2021/6/10 17:00 |
| | | */ |
| | | String getGridMemberListByAreaIdOrName(String areaId); |
| | | List<GridMemberPageListDTO> getGridMemberListByAreaIdOrName(String areaId,String param); |
| | | |
| | | /** |
| | | * description 提交事件登记关联的文件或者图片信息 |