| | |
| | | */ |
| | | package org.springblade.modules.task.service; |
| | | |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.springblade.core.mp.base.BaseService; |
| | | import org.springblade.modules.task.dto.TaskCampusReportingEventDTO; |
| | | import org.springblade.modules.task.entity.TaskCampusReportingEventEntity; |
| | | import org.springblade.modules.task.vo.TaskCampusReportingEventVO; |
| | | import org.springblade.core.mp.base.BaseService; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | |
| | | /** |
| | | * 校园安全检查任务表 服务类 |
| | |
| | | IPage<TaskCampusReportingEventVO> selectTaskCampusReportingEventPage(IPage<TaskCampusReportingEventVO> page, TaskCampusReportingEventVO taskCampusReportingEvent); |
| | | |
| | | |
| | | Boolean saveCampusReporting(TaskCampusReportingEventDTO taskCampusReportingEvent); |
| | | |
| | | Boolean updateCampusReporting(TaskCampusReportingEventDTO taskCampusReportingEvent); |
| | | } |