This commit is contained in:
2025-09-24 12:57:39 +08:00
parent 6588d1115e
commit 3b42f1ac0f
3 changed files with 50 additions and 0 deletions

View File

@@ -63,4 +63,8 @@ public interface IESJobSearchService
ESJobDocument selectById(Long jobId);
void fix();
void updateJob(Long jobId);
void deleteJob(Long jobId);
}