From 7411cea1dafa5db03192481bb57a8cb79ad4cf96 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 21 八月 2026 09:08:58 +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/erp/purchase/supplier/index.ts | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/src/api/erp/purchase/supplier/index.ts b/src/api/erp/purchase/supplier/index.ts
index da6073a..cde5a65 100644
--- a/src/api/erp/purchase/supplier/index.ts
+++ b/src/api/erp/purchase/supplier/index.ts
@@ -1,4 +1,4 @@
-import type { PageParam, PageResult } from '..\..\..\..\packages\effects\request\src';
+import type { PageParam, PageResult } from '@vben/request';
import { requestClient } from '#/api/request';
@@ -7,19 +7,24 @@
export interface Supplier {
id?: number; // 渚涘簲鍟嗙紪鍙�
name: string; // 渚涘簲鍟嗗悕绉�
+ creditCode?: string; // 缁熶竴绀句細淇$敤浠g爜
contact: string; // 鑱旂郴浜�
mobile: string; // 鎵嬫満鍙风爜
telephone: string; // 鑱旂郴鐢佃瘽
+ phone?: string; // 鑱旂郴鐢佃瘽锛堝鐢級
email: string; // 鐢靛瓙閭
fax: string; // 浼犵湡
+ address?: string; // 鍦板潃
remark: string; // 澶囨敞
status: number; // 寮�鍚姸鎬�
sort: number; // 鎺掑簭
taxNo: string; // 绾崇◣浜鸿瘑鍒彿
taxPercent: number; // 绋庣巼
- bankName: string; // 寮�鎴疯
- bankAccount: string; // 寮�鎴疯处鍙�
+ bankName: string; // 寮�鎴烽摱琛�
+ bankAccount: string; // 閾惰璐﹀彿
bankAddress: string; // 寮�鎴峰湴鍧�
+ qualification?: string; // 璧勮川淇℃伅
+ cooperationTime?: string; // 鍚堜綔寮�濮嬫椂闂�
}
}
--
Gitblit v1.9.3