mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-31 02:28:03 +08:00
【添加】等待、进行中 状态,记录mj的进度
This commit is contained in:
@ -15,6 +15,8 @@ import lombok.Getter;
|
|||||||
public enum AiChatDrawingStatusEnum {
|
public enum AiChatDrawingStatusEnum {
|
||||||
|
|
||||||
SUBMIT("submit", "提交任务"),
|
SUBMIT("submit", "提交任务"),
|
||||||
|
WAITING("waiting", "等待"),
|
||||||
|
IN_PROGRESS("in_progress", "进行中"),
|
||||||
COMPLETE("complete", "完成"),
|
COMPLETE("complete", "完成"),
|
||||||
FAIL("fail", "失败"),
|
FAIL("fail", "失败"),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user