mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-17 04:25:06 +08:00
【功能新增】AI:图片管理
This commit is contained in:
@ -13,8 +13,8 @@ import lombok.Getter;
|
||||
public enum AiImageStatusEnum {
|
||||
|
||||
IN_PROGRESS(10, "进行中"),
|
||||
SUCCESS(20, "完成"),
|
||||
FAIL(30, "失败");
|
||||
SUCCESS(20, "已完成"),
|
||||
FAIL(30, "已失败");
|
||||
|
||||
/**
|
||||
* 状态
|
||||
|
Reference in New Issue
Block a user