From 4f9f21d3c72d724f3cf41939e4d48a46de0848d8 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 09 四月 2024 15:09:08 +0800
Subject: [PATCH] 纤度登记表增加登记表id,修改登记时先删除检验记录再生成新的检验记录

---
 docs/docs.go |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index ad2a8c8..303074d 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -1090,6 +1090,10 @@
                     "description": "缂栧彿",
                     "type": "string"
                 },
+                "position": {
+                    "description": "鏈�鍚庝竴涓溅鍙�",
+                    "type": "integer"
+                },
                 "spec": {
                     "description": "瑙勬牸",
                     "type": "string"
@@ -1252,6 +1256,10 @@
                     "description": "缂栧彿",
                     "type": "string"
                 },
+                "position": {
+                    "description": "鏈�鍚庝竴涓溅鍙�",
+                    "type": "integer"
+                },
                 "spec": {
                     "description": "瑙勬牸",
                     "type": "string"

--
Gitblit v1.8.0