From 53de30c698128bf7f835d68116b7ca44f58683f7 Mon Sep 17 00:00:00 2001 From: cherishsince Date: Fri, 5 Jul 2024 09:16:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91ImageVO=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20finishTime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ai/image/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/ai/image/index.ts b/src/api/ai/image/index.ts index 7c7130e8..496fac53 100644 --- a/src/api/ai/image/index.ts +++ b/src/api/ai/image/index.ts @@ -16,6 +16,7 @@ export interface ImageVO { taskId: number // 任务编号 buttons: ImageMjButtonsVO[] // mj 操作按钮 createTime: string // 创建时间 + finishTime: string // 完成时间 } export interface ImagePageReqVO {