Commit 53de30c6 by cherishsince

【优化】ImageVO 增加 finishTime

parent afcb7e76
...@@ -16,6 +16,7 @@ export interface ImageVO { ...@@ -16,6 +16,7 @@ export interface ImageVO {
taskId: number // 任务编号 taskId: number // 任务编号
buttons: ImageMjButtonsVO[] // mj 操作按钮 buttons: ImageMjButtonsVO[] // mj 操作按钮
createTime: string // 创建时间 createTime: string // 创建时间
finishTime: string // 完成时间
} }
export interface ImagePageReqVO { export interface ImagePageReqVO {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment