From 404ca7b6abb46b93b9446510b7ca78d3d4710a15 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 13 八月 2026 13:59:28 +0800
Subject: [PATCH] Merge branch 'dev_pro2.0' of http://114.132.189.42:9002/r/mom-pro2-before into dev_pro2.0

---
 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