添加企业和岗位同步365联系方式

This commit is contained in:
sh
2026-03-24 17:23:42 +08:00
parent 3c2382e56f
commit 18bd51548f
9 changed files with 51 additions and 0 deletions

View File

@@ -22,4 +22,6 @@ public interface JobContactMapper extends BaseMapper<JobContact> {
List<JobContact> selectByJobIds(@Param("jobIds") List<Long> longs);
void batchUpdateEncrypt(List<JobContact> list);
List<JobContact> getCronSelectList(JobContact jobContact);
}