|  |  | 
 |  |  | package com.ruoyi.app.position.service; | 
 |  |  |  | 
 |  |  | import java.util.List; | 
 |  |  | import java.util.Map; | 
 |  |  |  | 
 |  |  | import com.ruoyi.alarm.wall.domain.ArdAlarmWall; | 
 |  |  | import com.ruoyi.app.position.domain.ArdAppPosition; | 
 |  |  | 
 |  |  |      * 2023/8/17 13:56:36 | 
 |  |  |      */ | 
 |  |  |     public List<SysUser>getNearAppUsersWithPolygon(SchedulingParam param); | 
 |  |  |  | 
 |  |  |     public Map<String,List<SysUser>> getOnlinePCOrCommander(String usersId); | 
 |  |  |  | 
 |  |  |     public List<Map<String,Object>> getOnlineCommanderPosition(String soilderId); | 
 |  |  |  | 
 |  |  |     public List<ArdAppPosition> getAPPPositionByUserIdAndTime(Map<String,String> para); | 
 |  |  |  | 
 |  |  |     public List<Map<String,Object>> getOnlineAPPSoilderByCommanderId(String userId); | 
 |  |  |  | 
 |  |  | } |