Skip to content

Commit 53de30c

Browse files
committed
【优化】ImageVO 增加 finishTime
1 parent afcb7e7 commit 53de30c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/ai/image/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export interface ImageVO {
1616
taskId: number // 任务编号
1717
buttons: ImageMjButtonsVO[] // mj 操作按钮
1818
createTime: string // 创建时间
19+
finishTime: string // 完成时间
1920
}
2021

2122
export interface ImagePageReqVO {

0 commit comments

Comments
 (0)