From 6f79796cf6c3b32a19b7d2075bf2e548e4cfed0d Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期二, 16 十二月 2025 17:32:06 +0800
Subject: [PATCH] 提交

---
 ui/admin-ui3/src/api/tms/tmsQuotePlan.ts |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ui/admin-ui3/src/api/tms/tmsQuotePlan.ts b/ui/admin-ui3/src/api/tms/tmsQuotePlan.ts
index 023df64..4d6d696 100644
--- a/ui/admin-ui3/src/api/tms/tmsQuotePlan.ts
+++ b/ui/admin-ui3/src/api/tms/tmsQuotePlan.ts
@@ -32,6 +32,9 @@
     updateTime?: string,
     remark?: string,
     planType?: string,
+    providerType?: number,
+    providerId?: number,
+    providerName?: string,
     items?: TmsQuoteItemI[],
 }
 
@@ -55,6 +58,13 @@
         method: 'get'
     })
 }
+export const selectPaymentTmsQuotePlan: requestType = (params) => {
+    return request({
+        url: '/tms/tmsQuotePlan/selectPaymentTmsQuotePlan',
+        method: 'get',
+        params: params
+    })
+}
 
 /**
  * 鏂板鎶ヤ环鏂规绠$悊

--
Gitblit v1.8.0