【优化】ImageVO 增加 finishTime

pull/471/head^2
cherishsince 2024-07-05 09:16:38 +08:00
parent afcb7e76b7
commit 53de30c698
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ export interface ImageVO {
taskId: number // 任务编号
buttons: ImageMjButtonsVO[] // mj 操作按钮
createTime: string // 创建时间
finishTime: string // 完成时间
}
export interface ImagePageReqVO {