From 07d414cd2187ff966fe46145f0a72ff405fb4bef Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 14 八月 2026 10:34:04 +0800
Subject: [PATCH] refactor(mes): 重构物料管理状态变更功能

---
 src/api/crm/business/index.ts |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/api/crm/business/index.ts b/src/api/crm/business/index.ts
index f30b5d3..8f6b241 100644
--- a/src/api/crm/business/index.ts
+++ b/src/api/crm/business/index.ts
@@ -38,11 +38,14 @@
   /** 鍟嗘満浜у搧淇℃伅 */
   export interface BusinessProduct {
     id: number;
-    productId: number;
-    productName: string;
-    productNo: string;
-    productUnit: number;
-    productPrice: number;
+    itemId: number;
+    itemName: string;
+    itemCode: string;
+    barCode: string;
+    itemSpecification: string;
+    itemUnitId: number;
+    itemUnitName: string;
+    itemPrice: number;
     businessPrice: number;
     count: number;
     totalPrice: number;

--
Gitblit v1.9.3