|  |  | 
 |  |  | package com.ruoyi.app.patrolplan.service; | 
 |  |  |  | 
 |  |  | import java.util.List; | 
 |  |  | import java.util.Map; | 
 |  |  |  | 
 |  |  | import com.ruoyi.app.patrolplan.domain.ArdAppPatrolplan; | 
 |  |  | import com.ruoyi.utils.result.Results; | 
 |  |  |  | 
 |  |  | 
 |  |  |     /** | 
 |  |  |      * 修改app巡检计划 | 
 |  |  |      *  | 
 |  |  |      * @param ardAppPatrolplan app巡检计划 | 
 |  |  |      * @return 结果 | 
 |  |  |      */ | 
 |  |  |     public int updateArdAppPatrolplan(ArdAppPatrolplan ardAppPatrolplan); | 
 |  |  |     public Results BeforeUpdateArdAppPatrolplan(Map<String,Object> para); | 
 |  |  |  | 
 |  |  |     public Results updateArdAppPatrolplan(Map<String,Object> para); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 删除app巡检计划信息 | 
 |  |  |      * @return 结果 | 
 |  |  |      */ | 
 |  |  |     public Results deleteArdApp(String id); | 
 |  |  |     public int deleteArdApp(String id); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 新增app巡检计划及人员点位 | 
 |  |  |      */ | 
 |  |  |     public int insertArdAppPatrolplan(Map<String,Object>  para); | 
 |  |  |  | 
 |  |  |     Results oneById(String id); | 
 |  |  |  | 
 |  |  |     List<ArdAppPatrolplan> executeList(ArdAppPatrolplan ardAppPatrolplan); | 
 |  |  |  | 
 |  |  |     Results executeOneById(String id); | 
 |  |  | } |