TASK:模块化;

This commit is contained in:
shahaibo
2025-03-31 15:02:44 +08:00
parent 6dcc492127
commit e6f990b766
3 changed files with 87 additions and 30 deletions

View File

@@ -103,4 +103,6 @@ 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;
Boolean delete(Long projectId);
}