mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
【添加】等待、进行中 状态,记录mj的进度
This commit is contained in:
parent
60f66c59cb
commit
ae934e84e8
@ -15,6 +15,8 @@ import lombok.Getter;
|
||||
public enum AiChatDrawingStatusEnum {
|
||||
|
||||
SUBMIT("submit", "提交任务"),
|
||||
WAITING("waiting", "等待"),
|
||||
IN_PROGRESS("in_progress", "进行中"),
|
||||
COMPLETE("complete", "完成"),
|
||||
FAIL("fail", "失败"),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user