mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-06-19 23:11:59 +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…
x
Reference in New Issue
Block a user