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/analy.store-silk.api.d.ts |  123 +++++++++++++++++++---------------------
 1 files changed, 59 insertions(+), 64 deletions(-)

diff --git a/ruoyi-plus-soybean/src/typings/api/analy.store-silk.api.d.ts b/ruoyi-plus-soybean/src/typings/api/analy.store-silk.api.d.ts
old mode 100644
new mode 100755
index 3b11f30..f5277f5
--- a/ruoyi-plus-soybean/src/typings/api/analy.store-silk.api.d.ts
+++ b/ruoyi-plus-soybean/src/typings/api/analy.store-silk.api.d.ts
@@ -4,71 +4,66 @@
  * All backend api type
  */
 declare namespace Api {
-    /**
-     * namespace Analy
-     *
-     * backend api module: "Analy"
-     */
-    namespace Analy {
-        /** store silk */
-        type StoreSilk = Common.CommonRecord<{
-            /** id */
-                id: CommonType.IdType; 
-            /** 鐗屽彿 */
-                materialname: string; 
-            /** 鎵规鍙� */
-                batchcode: string; 
-            /** 鎶曟枡鏃ユ湡 */
-                actualstarttime: string; 
-            /** 鎶曟枡閲嶉噺 */
-                jobinput: number; 
-            /** 鎹熻�楅噸閲� */
-                weightloss: number; 
-            /** 鍑哄彾涓濈巼 */
-                slkrate: number; 
-            /** 鍌ㄤ笣鏌滈噸閲� */
-                weight: number; 
-            /** 鍌ㄤ笣鏌滃嚭鏂欏紑濮嬫椂闂� */
-                distimebegin: string; 
-            /** 鍌ㄤ笣鏌滃嚭鏂欑粨鏉熸椂闂� */
-                distimeend: string; 
-            /** 鏌滃瓙鍙�(鏈綅) */
-                siloid: CommonType.IdType; 
-        }>;
+  /**
+   * namespace Analy
+   *
+   * backend api module: "Analy"
+   */
+  namespace Analy {
+    /** store silk */
+    type StoreSilk = Common.CommonRecord<{
+      /** id */
+      id: CommonType.IdType;
+      /** 鐗屽彿 */
+      materialname: string;
+      /** 鎵规鍙� */
+      batchcode: string;
+      /** 鎶曟枡鏃ユ湡 */
+      actualstarttime: string;
+      /** 鎶曟枡閲嶉噺 */
+      jobinput: number;
+      /** 鎹熻�楅噸閲� */
+      weightloss: number;
+      /** 鍑哄彾涓濈巼 */
+      silkrate: number;
+      /** 鍌ㄤ笣鏌滈噸閲� */
+      weight: number;
+      /** 鍌ㄤ笣鏌滃嚭鏂欏紑濮嬫椂闂� */
+      distimebegin: string;
+      /** 鍌ㄤ笣鏌滃嚭鏂欑粨鏉熸椂闂� */
+      distimeend: string;
+      /** 鏌滃瓙鍙�(鏈綅) */
+      siloid: string;
+    }>;
 
-        /** store silk search params */
-        type StoreSilkSearchParams = CommonType.RecordNullable<
-            Pick<
-                Api.Analy.StoreSilk,
-                        | 'materialname'
-                        | 'batchcode'
-                        | 'actualstarttime'
-                        | 'distimebegin'
-                        | 'distimeend'
-                        | 'siloid'
-            > &
-            Api.Common.CommonSearchParams
-        >;
+    /** store silk search params */
+    type StoreSilkSearchParams = CommonType.RecordNullable<
+      Pick<
+        Api.Analy.StoreSilk,
+        'materialname' | 'batchcode' | 'actualstarttime' | 'distimebegin' | 'distimeend' | 'siloid'
+      > &
+        Api.Common.CommonSearchParams
+    >;
 
-        /** store silk operate params */
-        type StoreSilkOperateParams = CommonType.RecordNullable<
-            Pick<
-                Api.Analy.StoreSilk,
-                        | 'id'
-                        | 'materialname'
-                        | 'batchcode'
-                        | 'actualstarttime'
-                        | 'jobinput'
-                        | 'weightloss'
-                        | 'slkrate'
-                        | 'weight'
-                        | 'distimebegin'
-                        | 'distimeend'
-                        | 'siloid'
-            >
-        >;
+    /** store silk operate params */
+    type StoreSilkOperateParams = CommonType.RecordNullable<
+      Pick<
+        Api.Analy.StoreSilk,
+        | 'id'
+        | 'materialname'
+        | 'batchcode'
+        | 'actualstarttime'
+        | 'jobinput'
+        | 'weightloss'
+        | 'silkrate'
+        | 'weight'
+        | 'distimebegin'
+        | 'distimeend'
+        | 'siloid'
+      >
+    >;
 
-        /** store silk list */
-        type StoreSilkList = Api.Common.PaginatingQueryRecord<StoreSilk>;
-    }
+    /** store silk list */
+    type StoreSilkList = Api.Common.PaginatingQueryRecord<StoreSilk>;
+  }
 }

--
Gitblit v1.9.3