TASK:模块化;
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.ai.da.service;
|
||||
|
||||
import com.ai.da.mapper.primary.entity.UserLike;
|
||||
import com.ai.da.mapper.primary.entity.UserLikeGroup;
|
||||
import com.ai.da.model.vo.UserLikeVO;
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
|
||||
@@ -26,4 +27,6 @@ public interface UserLikeService extends IService<UserLike> {
|
||||
void updateDate(Long designItemId,String timeZone);
|
||||
|
||||
List<UserLike> getUserLikeList(Long id);
|
||||
|
||||
UserLikeGroup getUserLikeGroupByProjectId(Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user