From 27f6c638a3006dc1c230feb7cfb44ad2df0a43dc Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期五, 17 四月 2026 15:23:54 +0800
Subject: [PATCH] Merge branch 'master' of http://lanpucloud.cn:1111/r/SC/gfzl
---
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