lin
2024-03-20 8ffcd66acb57d4e34ced2906a0049e40affe8b1b
src/main/java/org/springblade/modules/task/service/ITaskPlaceSelfCheckService.java
@@ -16,6 +16,7 @@
 */
package org.springblade.modules.task.service;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.extension.service.IService;
import org.springblade.modules.task.dto.TaskPlaceSelfCheckDTO;
import org.springblade.modules.task.entity.TaskPlaceSelfCheckEntity;
@@ -70,4 +71,11 @@
   List<TaskPlaceSelfCheckExcel> exportTaskPlaceSelfCheck(TaskPlaceSelfCheckVO taskPlaceSelfCheck);
    Integer getCount(String neiCode, int i);
   /**
    *
    * @param taskId
    * @return
    */
   TaskPlaceSelfCheckEntity getDetailByTaskId(Long taskId);
}