TASK:模块化;

This commit is contained in:
shahaibo
2025-04-08 11:09:28 +08:00
parent 27cd98f0db
commit 87b702c24b
3 changed files with 26 additions and 26 deletions

View File

@@ -102,7 +102,7 @@ public interface UserLikeGroupService extends IService<UserLikeGroup> {
void getThreeDGlb(Long threeDSimpleId, HttpServletResponse response) throws MinioException, IOException;
void downloadZip(Long threeDSimpleId, String sizeType, String size, HttpServletResponse response) throws MinioException, IOException;
String downloadZip(Long threeDSimpleId, String sizeType, String size, HttpServletResponse response) throws MinioException, IOException;
Boolean delete(Long projectId);
}