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