mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 15:51:52 +08:00
【添加】增加任务提交状态
This commit is contained in:
parent
330fd52b3e
commit
0581f5a7a5
@ -14,6 +14,7 @@ import lombok.Getter;
|
|||||||
@Getter
|
@Getter
|
||||||
public enum AiChatDrawingStatusEnum {
|
public enum AiChatDrawingStatusEnum {
|
||||||
|
|
||||||
|
SUBMIT("submit", "提交任务"),
|
||||||
COMPLETE("complete", "完成"),
|
COMPLETE("complete", "完成"),
|
||||||
FAIL("fail", "失败"),
|
FAIL("fail", "失败"),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user