From e935b2fa11ce300631eb909b94a7ff9fa81b041c Mon Sep 17 00:00:00 2001 From: yuxianghui <3437689193@qq.com> Date: Thu, 23 May 2024 16:18:48 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BC=98=E5=8C=96=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=88=80=E5=85=B7=E5=AE=9A=E6=97=B6=E5=90=8C=E6=AD=A5=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=88=80=E6=9F=84=E9=95=BF?= =?UTF-8?q?=E5=BA=A6=E6=95=B0=E6=8D=AE=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_tool_management/models/functional_tool_enroll.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sf_tool_management/models/functional_tool_enroll.py b/sf_tool_management/models/functional_tool_enroll.py index e69ebdd8..8891b287 100644 --- a/sf_tool_management/models/functional_tool_enroll.py +++ b/sf_tool_management/models/functional_tool_enroll.py @@ -216,6 +216,7 @@ class FunctionalCuttingToolEntity(models.Model): 'coarse_middle_thin': item.coarse_middle_thin, 'new_former': item.new_former, 'tool_loading_length': item.tool_loading_length, + 'handle_length': item.handle_length, 'functional_tool_length': item.functional_tool_length, 'effective_length': item.effective_length, 'max_lifetime_value': item.max_lifetime_value,