From 5e756b5a69bcd957f8eafc5f99a4f6413691d6dd Mon Sep 17 00:00:00 2001
From: wangzhibo <wangzhibo@shsening.com>
Date: 星期三, 19 八月 2026 09:31:51 +0800
Subject: [PATCH] add maps

---
 build/cool/eps.d.ts |   87 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 87 insertions(+), 0 deletions(-)

diff --git a/build/cool/eps.d.ts b/build/cool/eps.d.ts
index 59a1301..5fde816 100644
--- a/build/cool/eps.d.ts
+++ b/build/cool/eps.d.ts
@@ -4972,6 +4972,20 @@
 
 	type json = any;
 
+	type DictKey =
+		| "upgradeType"
+		| "complainType"
+		| "feedbackType"
+		| "ratedpayload"
+		| "iottype"
+		| "brand"
+		| "occupation"
+		| "sitetype"
+		| "datachanel"
+		| "vehicletype"
+		| "businesstype"
+		| "appointmentslot";
+
 	interface PagePagination {
 		size: number;
 		page: number;
@@ -7067,6 +7081,78 @@
 			list: boolean;
 			page: boolean;
 			add: boolean;
+		};
+
+		request: Request;
+	}
+
+	interface MapsLive {
+		/**
+		 * 鍦ㄧ嚎杞﹁締浣嶇疆
+		 */
+		vehicleOnline(data?: any): Promise<any>;
+
+		/**
+		 * 杞﹁締鍙告満琛屼负娑堟伅
+		 */
+		vehicleEvents(data?: any): Promise<any>;
+
+		/**
+		 * 鍦ㄧ嚎鍒嗘嫞鍛樹綅缃�
+		 */
+		sorterOnline(data?: any): Promise<any>;
+
+		/**
+		 * 鍒嗘嫞鍛樺仴搴蜂笌鍛婅
+		 */
+		sorterHealth(data?: any): Promise<any>;
+
+		/**
+		 * 杞﹁締鍘嗗彶杞ㄨ抗
+		 */
+		vehicleTrack(data?: any): Promise<any>;
+
+		/**
+		 * 鍒嗘嫞鍛樺巻鍙茶建杩�
+		 */
+		sorterTrack(data?: any): Promise<any>;
+
+		/**
+		 * 绔欑偣绉伴噸鍘嗗彶
+		 */
+		siteWeight(data?: any): Promise<any>;
+
+		/**
+		 * 绔欑偣鍦板浘鐐逛綅
+		 */
+		sites(data?: any): Promise<any>;
+
+		/**
+		 * 鏉冮檺鏍囪瘑
+		 */
+		permission: {
+			vehicleOnline: string;
+			vehicleEvents: string;
+			sorterOnline: string;
+			sorterHealth: string;
+			vehicleTrack: string;
+			sorterTrack: string;
+			siteWeight: string;
+			sites: string;
+		};
+
+		/**
+		 * 鏉冮檺鐘舵��
+		 */
+		_permission: {
+			vehicleOnline: boolean;
+			vehicleEvents: boolean;
+			sorterOnline: boolean;
+			sorterHealth: boolean;
+			vehicleTrack: boolean;
+			sorterTrack: boolean;
+			siteWeight: boolean;
+			sites: boolean;
 		};
 
 		request: Request;
@@ -9217,6 +9303,7 @@
 			type: GoodsType;
 		};
 		info: { banner: InfoBanner };
+		maps: { live: MapsLive };
 		market: { coupon: { info: MarketCouponInfo; user: MarketCouponUser } };
 		monitor: { capturetask: MonitorCapturetask; ys7: MonitorYs7 };
 		operation: { traderecord: OperationTraderecord; wastesale: OperationWastesale };

--
Gitblit v1.9.1