添加pc端取消收藏、添加收藏——未完成

This commit is contained in:
sh
2026-02-09 18:40:45 +08:00
parent f0f4ef749f
commit 9faf79ef72
3 changed files with 91 additions and 0 deletions

View File

@@ -66,4 +66,13 @@ public interface ICompanyCollectionService
List<Job> jobCompany(Long companyId);
/**
* 用户收藏公司
*/
int companySysCollection(Long companyId,Long userId);
/**
* 用户取消收藏公司
*/
int companySysCancel(Long companyId,Long userId);
}