TASK:AiDA模块化

This commit is contained in:
shahaibo
2025-03-19 14:13:16 +08:00
parent 83d9a5befb
commit 55ec6da74b
4 changed files with 10 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
void toProduct(String taskId);
ToProductElementVO toProductImageElementUpload(MultipartFile file, Long userLikeGroupId);
ToProductElementVO toProductImageElementUpload(MultipartFile file, Long projectId);
Boolean productImageLike(ProductImageLikeDTO productImageLikeDTO);