ai模块
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user