From 3849263b31a16a91ff08acaa42786ecfde76f33c Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期四, 27 十一月 2025 20:18:08 +0800
Subject: [PATCH] 提交
---
ui/admin-ui3/src/api/tms/tmsQuotePlan.ts | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/ui/admin-ui3/src/api/tms/tmsQuotePlan.ts b/ui/admin-ui3/src/api/tms/tmsQuotePlan.ts
index bf97bdc..023df64 100644
--- a/ui/admin-ui3/src/api/tms/tmsQuotePlan.ts
+++ b/ui/admin-ui3/src/api/tms/tmsQuotePlan.ts
@@ -1,6 +1,18 @@
import request, {download, requestType} from "@/utils/request";
import {BaseEntityInterface} from "@/utils/globalInterface";
+export interface TmsQuoteItemI extends BaseEntityInterface {
+ id?: number,
+ quotePlanId?: number,
+ freeName?: string,
+ unit?: string,
+ price?: string,
+ currency?: string,
+ createTime?: string,
+ updateTime?: string
+}
+
+
export interface TmsQuotePlanI extends BaseEntityInterface {
id?: number,
systemCode?: string,
@@ -20,6 +32,7 @@
updateTime?: string,
remark?: string,
planType?: string,
+ items?: TmsQuoteItemI[],
}
--
Gitblit v1.8.0