src/main/java/org/springblade/modules/taskPlaceSelfCheck/service/ITaskPlaceSelfCheckService.java
@@ -60,5 +60,5 @@ Boolean savePlace(TaskPlaceSelfCheckVO taskPlaceSelfCheck) throws Exception; Boolean examine(TaskPlaceSelfCheckVO taskPlaceSelfCheck) throws Exception; Boolean updateTaskPlaceSelfCheck(TaskPlaceSelfCheckVO taskPlaceSelfCheck) throws Exception; }