dalle image page is ready

This commit is contained in:
RockYang
2024-04-21 20:23:47 +08:00
parent d02cb573fd
commit 5c9025ca22
21 changed files with 899 additions and 603 deletions

View File

@@ -4,13 +4,13 @@ import "time"
type DallJob struct {
Id uint `gorm:"primarykey;column:id"`
UserId int
TaskId string
UserId uint
Prompt string
ImgURL string
Publish bool
Power int
Progress int
ErrMsg string
ImgURL string
OrgURL string
Publish bool
Power int
Progress int
ErrMsg string
CreatedAt time.Time
}