mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-14 02:45:06 +08:00
【优化】ImageVO 增加 finishTime
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user