mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 18:45:06 +08:00
【添加】增加任务提交状态
This commit is contained in:
@ -14,6 +14,7 @@ import lombok.Getter;
|
||||
@Getter
|
||||
public enum AiChatDrawingStatusEnum {
|
||||
|
||||
SUBMIT("submit", "提交任务"),
|
||||
COMPLETE("complete", "完成"),
|
||||
FAIL("fail", "失败"),
|
||||
|
||||
|
Reference in New Issue
Block a user