From e97b55310155a2dd691bd698a10295a4d867f60c Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期五, 17 四月 2026 15:55:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 ruoyi-plus-soybean/src/typings/api/qm.batch.api.d.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ruoyi-plus-soybean/src/typings/api/qm.batch.api.d.ts b/ruoyi-plus-soybean/src/typings/api/qm.batch.api.d.ts
index bdb8333..97572b6 100755
--- a/ruoyi-plus-soybean/src/typings/api/qm.batch.api.d.ts
+++ b/ruoyi-plus-soybean/src/typings/api/qm.batch.api.d.ts
@@ -24,6 +24,8 @@
       eqpCode: string;
       /** 鐗屽彿 */
       matCode: string;
+      /** 鐗屽彿 */
+      matName: string;
       /** 鍒ゅ畾渚濇嵁浠g爜 */
       judgeCode: string;
       /** 鎵规鐢熸垚鏃ユ湡 */
@@ -113,6 +115,7 @@
       Pick<
         Api.Qm.Batch,
         | 'batchCode'
+        | 'isflag'
         | 'typ'
         | 'eqpCode'
         | 'matCode'
@@ -120,6 +123,7 @@
         | 'flag'
         | 'toMesDate'
         | 'fromMesDate'
+        | 'enabled'
         | 'deleted'
         | 'category'
         | 'state'

--
Gitblit v1.9.3