image task list page for admin console is ready

This commit is contained in:
RockYang
2024-10-09 18:17:44 +08:00
parent 1086e1d631
commit d34b785238
8 changed files with 728 additions and 25 deletions

View File

@@ -2,7 +2,6 @@ package vo
import (
"geekai/core/types"
"time"
)
type SdJob struct {
@@ -17,5 +16,5 @@ type SdJob struct {
Publish bool `json:"publish"`
ErrMsg string `json:"err_msg"`
Power int `json:"power"`
CreatedAt time.Time `json:"created_at"`
CreatedAt int64 `json:"created_at"`
}