zhongrj
2024-02-05 e13f2a82be5ebad924dfc92eb03f0448697624c4
src/main/java/org/springblade/modules/taskPlaceSelfCheck/service/ITaskPlaceSelfCheckService.java
@@ -59,4 +59,6 @@
   Boolean savePlace(TaskPlaceSelfCheckVO taskPlaceSelfCheck) throws Exception;
   Boolean updateTaskPlaceSelfCheck(TaskPlaceSelfCheckVO taskPlaceSelfCheck) throws Exception;
}