From 423789577eaa7f9bb8752f9e888d9c2cb567fefc Mon Sep 17 00:00:00 2001
From: wangzhibo <wangzhibo@shsening.com>
Date: 星期四, 16 七月 2026 16:39:26 +0800
Subject: [PATCH] add translation
---
build/cool/eps.d.ts | 256 +++++++++++++++++++++++++-------------------------
1 files changed, 128 insertions(+), 128 deletions(-)
diff --git a/build/cool/eps.d.ts b/build/cool/eps.d.ts
index 2a61919..ca9debd 100644
--- a/build/cool/eps.d.ts
+++ b/build/cool/eps.d.ts
@@ -1898,24 +1898,24 @@
list: PushAuditlogEntity[];
}
- interface PushSiteweightPageResponse {
- pagination: PagePagination;
- list: PushSiteweightEntity[];
- }
-
- interface PushWeightPageResponse {
- pagination: PagePagination;
- list: PushWeightEntity[];
- }
-
interface PushCameragpsPageResponse {
pagination: PagePagination;
list: PushCameraGpsEntity[];
}
+ interface PushSiteweightPageResponse {
+ pagination: PagePagination;
+ list: PushSiteweightEntity[];
+ }
+
interface PushVehiclegpsPageResponse {
pagination: PagePagination;
list: PushVehicleGpsEntity[];
+ }
+
+ interface PushWeightPageResponse {
+ pagination: PagePagination;
+ list: PushWeightEntity[];
}
interface RecycleDataPageResponse {
@@ -3122,122 +3122,6 @@
request: Request;
}
- interface PushSiteweight {
- /**
- * 鍒犻櫎
- */
- delete(data?: any): Promise<any>;
-
- /**
- * 淇敼
- */
- update(data?: any): Promise<any>;
-
- /**
- * 鍗曚釜淇℃伅
- */
- info(data?: any): Promise<PushSiteweightEntity>;
-
- /**
- * 鍒楄〃鏌ヨ
- */
- list(data?: any): Promise<PushSiteweightEntity[]>;
-
- /**
- * 鍒嗛〉鏌ヨ
- */
- page(data?: any): Promise<PushSiteweightPageResponse>;
-
- /**
- * 鏂板
- */
- add(data?: any): Promise<any>;
-
- /**
- * 鏉冮檺鏍囪瘑
- */
- permission: {
- delete: string;
- update: string;
- info: string;
- list: string;
- page: string;
- add: string;
- };
-
- /**
- * 鏉冮檺鐘舵��
- */
- _permission: {
- delete: boolean;
- update: boolean;
- info: boolean;
- list: boolean;
- page: boolean;
- add: boolean;
- };
-
- request: Request;
- }
-
- interface PushWeight {
- /**
- * 鍒犻櫎
- */
- delete(data?: any): Promise<any>;
-
- /**
- * 淇敼
- */
- update(data?: any): Promise<any>;
-
- /**
- * 鍗曚釜淇℃伅
- */
- info(data?: any): Promise<PushWeightEntity>;
-
- /**
- * 鍒楄〃鏌ヨ
- */
- list(data?: any): Promise<PushWeightEntity[]>;
-
- /**
- * 鍒嗛〉鏌ヨ
- */
- page(data?: any): Promise<PushWeightPageResponse>;
-
- /**
- * 鏂板
- */
- add(data?: any): Promise<any>;
-
- /**
- * 鏉冮檺鏍囪瘑
- */
- permission: {
- delete: string;
- update: string;
- info: string;
- list: string;
- page: string;
- add: string;
- };
-
- /**
- * 鏉冮檺鐘舵��
- */
- _permission: {
- delete: boolean;
- update: boolean;
- info: boolean;
- list: boolean;
- page: boolean;
- add: boolean;
- };
-
- request: Request;
- }
-
interface PushCameragps {
/**
* 鍒犻櫎
@@ -3296,6 +3180,64 @@
request: Request;
}
+ interface PushSiteweight {
+ /**
+ * 鍒犻櫎
+ */
+ delete(data?: any): Promise<any>;
+
+ /**
+ * 淇敼
+ */
+ update(data?: any): Promise<any>;
+
+ /**
+ * 鍗曚釜淇℃伅
+ */
+ info(data?: any): Promise<PushSiteweightEntity>;
+
+ /**
+ * 鍒楄〃鏌ヨ
+ */
+ list(data?: any): Promise<PushSiteweightEntity[]>;
+
+ /**
+ * 鍒嗛〉鏌ヨ
+ */
+ page(data?: any): Promise<PushSiteweightPageResponse>;
+
+ /**
+ * 鏂板
+ */
+ add(data?: any): Promise<any>;
+
+ /**
+ * 鏉冮檺鏍囪瘑
+ */
+ permission: {
+ delete: string;
+ update: string;
+ info: string;
+ list: string;
+ page: string;
+ add: string;
+ };
+
+ /**
+ * 鏉冮檺鐘舵��
+ */
+ _permission: {
+ delete: boolean;
+ update: boolean;
+ info: boolean;
+ list: boolean;
+ page: boolean;
+ add: boolean;
+ };
+
+ request: Request;
+ }
+
interface PushVehiclegps {
/**
* 鍒犻櫎
@@ -3321,6 +3263,64 @@
* 鍒嗛〉鏌ヨ
*/
page(data?: any): Promise<PushVehiclegpsPageResponse>;
+
+ /**
+ * 鏂板
+ */
+ add(data?: any): Promise<any>;
+
+ /**
+ * 鏉冮檺鏍囪瘑
+ */
+ permission: {
+ delete: string;
+ update: string;
+ info: string;
+ list: string;
+ page: string;
+ add: string;
+ };
+
+ /**
+ * 鏉冮檺鐘舵��
+ */
+ _permission: {
+ delete: boolean;
+ update: boolean;
+ info: boolean;
+ list: boolean;
+ page: boolean;
+ add: boolean;
+ };
+
+ request: Request;
+ }
+
+ interface PushWeight {
+ /**
+ * 鍒犻櫎
+ */
+ delete(data?: any): Promise<any>;
+
+ /**
+ * 淇敼
+ */
+ update(data?: any): Promise<any>;
+
+ /**
+ * 鍗曚釜淇℃伅
+ */
+ info(data?: any): Promise<PushWeightEntity>;
+
+ /**
+ * 鍒楄〃鏌ヨ
+ */
+ list(data?: any): Promise<PushWeightEntity[]>;
+
+ /**
+ * 鍒嗛〉鏌ヨ
+ */
+ page(data?: any): Promise<PushWeightPageResponse>;
/**
* 鏂板
@@ -3743,10 +3743,10 @@
plugin: { info: PluginInfo };
push: {
auditlog: PushAuditlog;
- siteweight: PushSiteweight;
- weight: PushWeight;
cameragps: PushCameragps;
+ siteweight: PushSiteweight;
vehiclegps: PushVehiclegps;
+ weight: PushWeight;
};
recycle: { data: RecycleData };
space: { info: SpaceInfo; type: SpaceType };
--
Gitblit v1.9.1