feat: AI工作流优化

This commit is contained in:
Lesan
2025-03-28 15:54:46 +08:00
parent 4bb52bb37d
commit 2aff972600
11 changed files with 64 additions and 70 deletions

View File

@@ -63,6 +63,6 @@ public interface ErrorCodeConstants {
// ========== AI 工作流 1-040-011-000 ==========
ErrorCode WORKFLOW_NOT_EXISTS = new ErrorCode(1_040_011_000, "工作流不存在");
ErrorCode WORKFLOW_KEY_EXISTS = new ErrorCode(1_040_011_001, "工作流标识已存在");
ErrorCode WORKFLOW_CODE_EXISTS = new ErrorCode(1_040_011_001, "工作流标识已存在");
}