fix: Modify the entity object of the Ai task

This commit is contained in:
qiwang 2024-10-15 16:28:19 +08:00
parent 8327f91a83
commit e27cb437ed
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ type AiInfo struct {
FlavorId string `json:"flavorId,omitempty"`
SubscriptionId string `json:"subscriptionId,omitempty"`
ItemVersionId string `json:"itemVersionId,omitempty"`
ObsUrl string `json:"obsUrl,omitempty"`
}
type VmInfo struct {