TASK:collection sort;

This commit is contained in:
shahaibo
2025-06-03 11:23:13 +08:00
parent 3bfbd8abc1
commit 112294bd7b
12 changed files with 110 additions and 66 deletions

View File

@@ -113,4 +113,6 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
void toProductBatch(String taskId, String url, String progress);
void relightBatch(String taskId, String url, String progress);
Boolean collectionLikeUpdate(CollectionLikeUpdateDTO collectionLikeUpdateDTO);
}