|  |  | 
 |  |  |  | 
 |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
 |  |  | import com.ruoyi.app.patrolplan.domain.ArdAppPatrolplan; | 
 |  |  | import com.ruoyi.app.patrolplan.domain.param.RecordMonthExParam; | 
 |  |  | import com.ruoyi.app.patrolplan.domain.param.RecordMonthParam; | 
 |  |  | import com.ruoyi.app.patrolplan.domain.param.RecordSonParam; | 
 |  |  |  | 
 |  |  | /** | 
 |  |  |  * app巡检计划Mapper接口 | 
 |  |  | 
 |  |  |  | 
 |  |  |     List<ArdAppPatrolplan> shouldRecord(String id); | 
 |  |  |  | 
 |  |  |     List<ArdAppPatrolplan>   executeList(ArdAppPatrolplan ardAppPatrolplan); | 
 |  |  |  | 
 |  |  |     List<ArdAppPatrolplan> oncePlan(RecordMonthExParam recordMonthExParam); | 
 |  |  |  | 
 |  |  |     List<ArdAppPatrolplan> dayPlan(RecordMonthExParam recordMonthExParam); | 
 |  |  |  | 
 |  |  |     List<ArdAppPatrolplan> planUser(RecordSonParam recordSonParam); | 
 |  |  |  | 
 |  |  | } |