优化API接口类型修改downloadId字段类型

This commit is contained in:
wangqiao
2025-09-25 20:37:25 +08:00
parent 38fc29ccaa
commit 30fd03590c

View File

@ -73,7 +73,7 @@ export interface ProjectResourceRespVO {
categoryId: number
categoryName: string
favoriteId?: number
downloadId?: number
downloadId?: string
sourceType: number
ownedUserIdInfo: {
id: number