增加 modal 更新

This commit is contained in:
cherishsince
2024-04-24 20:25:46 +08:00
parent 77f3226d27
commit e4eadd8c99
5 changed files with 33 additions and 0 deletions

View File

@ -28,4 +28,7 @@ public interface ErrorCodeConstants {
ErrorCode AI_MODAL_NOT_EXIST = new ErrorCode(1_022_000_060, "ai模型不存在!");
}