添加微信抓取判重的方法

This commit is contained in:
sh
2025-12-11 15:51:13 +08:00
parent 6385dd163b
commit 3822488f26
5 changed files with 46 additions and 8 deletions

View File

@@ -58,4 +58,6 @@ public interface JobMapper extends BaseMapper<Job>
* @return
*/
Job getJobInfo(Long jobId);
Integer getTotals(Job job);
}