From 295bdcf5c1c434604d35bdb592660284870014d7 Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期三, 18 三月 2026 13:36:58 +0800
Subject: [PATCH] feat: 1.新增判定规程明细项目维护  2.新增储丝单柜产量报表 3.新增exceljs、dompdf等文件导出工具  4.修改启动loading、icon、fav

---
 ruoyi-plus-soybean/src/typings/api/analy.feed-match.api.d.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-plus-soybean/src/typings/api/analy.feed-match.api.d.ts b/ruoyi-plus-soybean/src/typings/api/analy.feed-match.api.d.ts
old mode 100644
new mode 100755
index 2a695e9..eded276
--- a/ruoyi-plus-soybean/src/typings/api/analy.feed-match.api.d.ts
+++ b/ruoyi-plus-soybean/src/typings/api/analy.feed-match.api.d.ts
@@ -70,7 +70,7 @@
 
     /** feed match search params */
     type FeedMatchSearchParams = CommonType.RecordNullable<
-      Pick<Api.Analy.FeedMatch, 'time' | 'key'> & Api.Common.CommonSearchParams
+      Pick<Api.Analy.FeedMatch, 'time' | 'key' | 'shift'> & Api.Common.CommonSearchParams
     >;
 
     /** feed match operate params */

--
Gitblit v1.9.3