mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-28 04:26:02 +08:00
【添加】增加任务提交状态
This commit is contained in:
@ -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", "失败"),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user