mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 10:35:07 +08:00
【代码评审】AI:AI 绘图的逻辑
This commit is contained in:
@ -14,6 +14,7 @@ import lombok.Getter;
|
||||
@Getter
|
||||
public enum AiImageStatusEnum {
|
||||
|
||||
// TODO @fan:改成 10 生成中;20 成功;30 失败;其它可以去掉噢
|
||||
SUBMIT("submit", "提交任务"),
|
||||
WAITING("waiting", "等待"),
|
||||
IN_PROGRESS("in_progress", "进行中"),
|
||||
@ -22,6 +23,7 @@ public enum AiImageStatusEnum {
|
||||
|
||||
;
|
||||
|
||||
// TODO @fan:final 一下
|
||||
private String status;
|
||||
|
||||
private String name;
|
||||
|
Reference in New Issue
Block a user