From 10fe9cc00d7b74464d31c7e188040114fa0556d8 Mon Sep 17 00:00:00 2001 From: ymq Date: Sat, 29 Aug 2026 09:17:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(sd=5Fbugs):=20=E8=A1=A5=20task=5Fid=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E2=80=94=E2=80=94bug=5Fflow.py=20=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E4=BD=86=E6=A8=A1=E5=9E=8B/=E8=A1=A8=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E8=87=B4=20PM=20=E5=AE=A1=E6=A0=B8=20SQL=201054=20?= =?UTF-8?q?=E5=B4=A9=E6=BA=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/sd_bugs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/models/sd_bugs.json b/models/sd_bugs.json index 99264db..a8fb16c 100644 --- a/models/sd_bugs.json +++ b/models/sd_bugs.json @@ -11,6 +11,7 @@ {"name": "id", "title": "主键ID", "type": "str", "length": 32, "nullable": "no"}, {"name": "iteration_id", "title": "迭代ID", "type": "str", "length": 32, "nullable": "no"}, {"name": "case_id", "title": "关联用例ID", "type": "str", "length": 32}, + {"name": "task_id", "title": "关联任务ID", "type": "str", "length": 32}, {"name": "step_name", "title": "发现步骤名", "type": "str", "length": 100}, {"name": "title", "title": "Bug标题", "type": "str", "length": 300, "nullable": "no"}, {"name": "description", "title": "详细描述", "type": "text"},