From 2b31fa203f3435a582be51f45899d99164c9917a Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期四, 09 四月 2026 13:34:59 +0800
Subject: [PATCH] Merge branch 'master' of http://lanpucloud.cn:1111/r/SC/gfzl

---
 ruoyi-plus-soybean/src/typings/api/md.instrument.api.d.ts |   96 ++++++++++++++++++++---------------------------
 1 files changed, 41 insertions(+), 55 deletions(-)

diff --git a/ruoyi-plus-soybean/src/typings/api/md.instrument.api.d.ts b/ruoyi-plus-soybean/src/typings/api/md.instrument.api.d.ts
index f913592..426dcbf 100644
--- a/ruoyi-plus-soybean/src/typings/api/md.instrument.api.d.ts
+++ b/ruoyi-plus-soybean/src/typings/api/md.instrument.api.d.ts
@@ -4,62 +4,48 @@
  * All backend api type
  */
 declare namespace Api {
-    /**
-     * namespace Md
-     *
-     * backend api module: "Md"
-     */
-    namespace Md {
-        /** instrument */
-        type Instrument = Common.CommonRecord<{
-            /** 缂栫爜 */
-                id: CommonType.IdType; 
-            /** 浠櫒浠g爜 */
-                instrumentCode: string; 
-            /** 浠櫒鍚嶇О */
-                instrumentName: string; 
-            /** 鎺ュ彛鏍囧噯 */
-                ifStd: string; 
-            /** 鎺ュ彛鏍囧噯浠g爜 */
-                isc: number; 
-            /** 鎵�灞炶溅闂� */
-                workShop: string; 
-            /** 鍚敤 */
-                enable: number; 
-            /** 鍒犻櫎 */
-                del: number; 
-            /** 澶囨敞 */
-                instrumentDes: string; 
-        }>;
+  /**
+   * namespace Md
+   *
+   * backend api module: "Md"
+   */
+  namespace Md {
+    /** instrument */
+    type Instrument = Common.CommonRecord<{
+      /** 缂栫爜 */
+      id: CommonType.IdType;
+      /** 浠櫒浠g爜 */
+      instrumentCode: string;
+      /** 浠櫒鍚嶇О */
+      instrumentName: string;
+      /** 鎺ュ彛鏍囧噯 */
+      ifStd: string;
+      /** 鎺ュ彛鏍囧噯浠g爜 */
+      isc: number;
+      /** 鎵�灞炶溅闂� */
+      workShop: string;
+      /** 鍚敤 */
+      enable: number;
+      /** 鍒犻櫎 */
+      del: number;
+      /** 澶囨敞 */
+      instrumentDes: string;
+    }>;
 
-        /** instrument search params */
-        type InstrumentSearchParams = CommonType.RecordNullable<
-            Pick<
-                Api.Md.Instrument,
-                        | 'instrumentCode'
-                        | 'instrumentName'
-                        | 'enable'
-            > &
-            Api.Common.CommonSearchParams
-        >;
+    /** instrument search params */
+    type InstrumentSearchParams = CommonType.RecordNullable<
+      Pick<Api.Md.Instrument, 'instrumentCode' | 'instrumentName' | 'enable'> & Api.Common.CommonSearchParams
+    >;
 
-        /** instrument operate params */
-        type InstrumentOperateParams = CommonType.RecordNullable<
-            Pick<
-                Api.Md.Instrument,
-                        | 'id'
-                        | 'instrumentCode'
-                        | 'instrumentName'
-                        | 'ifStd'
-                        | 'isc'
-                        | 'workShop'
-                        | 'enable'
-                        | 'del'
-                        | 'instrumentDes'
-            >
-        >;
+    /** instrument operate params */
+    type InstrumentOperateParams = CommonType.RecordNullable<
+      Pick<
+        Api.Md.Instrument,
+        'id' | 'instrumentCode' | 'instrumentName' | 'ifStd' | 'isc' | 'workShop' | 'enable' | 'del' | 'instrumentDes'
+      >
+    >;
 
-        /** instrument list */
-        type InstrumentList = Api.Common.PaginatingQueryRecord<Instrument>;
-    }
+    /** instrument list */
+    type InstrumentList = Api.Common.PaginatingQueryRecord<Instrument>;
+  }
 }

--
Gitblit v1.9.3