From af6c8769e3878358d4c88a5055022e44e33ac682 Mon Sep 17 00:00:00 2001 From: ymq Date: Wed, 19 Aug 2026 17:06:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(iteration):=20sd=5Fiterations=20=E5=8A=A0?= =?UTF-8?q?=20seq=5Fno=20=E8=BF=AD=E4=BB=A3=E5=BA=8F=E5=8F=B7=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/sd_iterations.json | 1 + 1 file changed, 1 insertion(+) diff --git a/models/sd_iterations.json b/models/sd_iterations.json index a597725..1590e1a 100644 --- a/models/sd_iterations.json +++ b/models/sd_iterations.json @@ -15,6 +15,7 @@ {"name": "scope", "title": "迭代范围(JSON)", "type": "text"}, {"name": "task_id", "title": "关联Pipeline任务ID", "type": "str", "length": 32}, {"name": "status", "title": "迭代状态", "type": "str", "length": 20, "nullable": "no", "default": "'planning'"}, + {"name": "seq_no", "title": "迭代序号", "type": "int", "nullable": "no", "default": "0"}, {"name": "priority", "title": "优先级", "type": "int", "nullable": "no", "default": "5"}, {"name": "started_at", "title": "开始时间", "type": "timestamp"}, {"name": "completed_at", "title": "完成时间", "type": "timestamp"},