添加pc端取消收藏、添加收藏——未完成
This commit is contained in:
@@ -66,4 +66,13 @@ public interface ICompanyCollectionService
|
||||
|
||||
List<Job> jobCompany(Long companyId);
|
||||
|
||||
/**
|
||||
* 用户收藏公司
|
||||
*/
|
||||
int companySysCollection(Long companyId,Long userId);
|
||||
/**
|
||||
* 用户取消收藏公司
|
||||
*/
|
||||
int companySysCancel(Long companyId,Long userId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user