This commit is contained in:
2025-12-18 16:48:45 +08:00
parent b97f0da746
commit 41cbe2bd54
80 changed files with 5434 additions and 351 deletions

View File

@@ -46,7 +46,7 @@ public class BidResponseDTO extends BaseDTO {
private String generationStatus;
@Schema(description = "版本号")
private String version;
private Integer version;
@Schema(description = "父版本ID")
private String parentVersionId;

View File

@@ -40,7 +40,7 @@ public class BiddingDocumentDTO extends BaseDTO {
private String mimeType;
@Schema(description = "版本号")
private String version;
private Integer version;
@Schema(description = "语言")
private String language;

View File

@@ -78,7 +78,7 @@ public class BidResponseVO extends BaseVO {
private String fileUrl;
@Schema(description = "版本号")
private String version;
private Integer version;
@Schema(description = "父版本ID")
private String parentVersionId;

View File

@@ -58,7 +58,7 @@ public class BiddingDocumentVO extends BaseVO {
private String fileIcon;
@Schema(description = "版本号")
private String version;
private Integer version;
@Schema(description = "语言")
private String language;