| | |
| | | import java.util.Map; |
| | | |
| | | import com.ruoyi.app.patrolplan.domain.ArdAppPatrolpointRecord; |
| | | import com.ruoyi.app.patrolplan.domain.param.ArdAppPatrolpointRecordParam; |
| | | import com.ruoyi.app.patrolplan.domain.param.*; |
| | | import com.ruoyi.utils.result.Results; |
| | | |
| | | /** |
| | |
| | | |
| | | Results record(ArdAppPatrolpointRecord ardAppPatrolpointRecord); |
| | | |
| | | Results recordMonth(ArdAppPatrolpointRecordParam ardAppPatrolpointRecordParam) throws ParseException; |
| | | Results recordMonth(RecordMonthParam recordMonthParam) throws ParseException; |
| | | |
| | | Results recordDetails(ArdAppPatrolpointRecordParam ardAppPatrolpointRecordParam) throws ParseException; |
| | | Results recordDetails(RecordDetailsParam recordDetailsParam) throws ParseException; |
| | | |
| | | Results recordSolo(ArdAppPatrolpointRecordParam ardAppPatrolpointRecordParam); |
| | | Results recordSolo(RecordSoloParam recordSoloParam); |
| | | |
| | | Results executeMonth(RecordMonthParam recordMonthParam) throws ParseException; |
| | | |
| | | Results executeDetails(RecordDetailsParam recordDetailsParam) throws ParseException; |
| | | |
| | | Results executeSolo(RecordSoloExParam recordSoloExParam); |
| | | } |