This commit is contained in:
577732344@qq.com
2025-09-25 11:22:58 +08:00
parent ecf5dd2c24
commit 16864079e9
3 changed files with 19 additions and 1 deletions

View File

@@ -88,4 +88,5 @@ public interface IJobService
List<ESJobDocument> littleVideoRandom(String uuid, Integer count,String jobTitle);
void publishJob(Job job);
}