From 25aad646f6e19a23b1903c5d2e1f2cacf3142a9d Mon Sep 17 00:00:00 2001
From: wangrong <wangrong@shsening.com>
Date: 星期四, 13 八月 2026 11:59:24 +0800
Subject: [PATCH] 修改监控摄像头自动播放1秒
---
build/cool/eps.d.ts | 470 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 467 insertions(+), 3 deletions(-)
diff --git a/build/cool/eps.d.ts b/build/cool/eps.d.ts
index 992e005..cc93768 100644
--- a/build/cool/eps.d.ts
+++ b/build/cool/eps.d.ts
@@ -1071,6 +1071,165 @@
[key: string]: any;
}
+ interface PushCaptureTaskEntity {
+ /**
+ * ID
+ */
+ id?: number;
+
+ /**
+ * 璁惧搴忓垪鍙�
+ */
+ deviceSerial?: string;
+
+ /**
+ * 閫氶亾鍙�
+ */
+ channelNo?: number;
+
+ /**
+ * 鎶撳浘浠诲姟ID(钀ょ煶杩斿洖)
+ */
+ captureTaskId?: string;
+
+ /**
+ * 浜戠┖闂磗paceId
+ */
+ spaceId?: string;
+
+ /**
+ * 鍥剧墖鍦ㄤ簯绌洪棿鐨刄RL
+ */
+ cloudUrl?: string;
+
+ /**
+ * 鍥剧墖鍦ㄦ湰鍦扮殑URL
+ */
+ localUrl?: string;
+
+ /**
+ * 鏈湴瀛樺偍璺緞
+ */
+ localPath?: string;
+
+ /**
+ * 鎶撴媿鐘舵��
+ */
+ status?: string;
+
+ /**
+ * 浠诲姟鎵ц鏃ユ湡
+ */
+ captureDate?: string;
+
+ /**
+ * 鍒涘缓鏃堕棿
+ */
+ createTime?: string;
+
+ /**
+ * 鏇存柊鏃堕棿
+ */
+ updateTime?: string;
+
+ /**
+ * 浠绘剰閿��
+ */
+ [key: string]: any;
+ }
+
+ interface OperationTradeRecordEntity {
+ /**
+ * ID
+ */
+ id?: number;
+
+ /**
+ * 浜ゆ槗鏃堕棿
+ */
+ transactionTime?: Date;
+
+ /**
+ * 浜ゆ槗绫诲瀷
+ */
+ transactionType?: string;
+
+ /**
+ * 浜ゆ槗瀵规柟
+ */
+ opponent?: string;
+
+ /**
+ * 鍟嗗搧鍚嶇О
+ */
+ goodsName?: string;
+
+ /**
+ * 鏀舵敮绫诲瀷
+ */
+ incomeType?: string;
+
+ /**
+ * 閲戦
+ */
+ amount?: number;
+
+ /**
+ * 鏀粯鏂瑰紡
+ */
+ payMethod?: string;
+
+ /**
+ * 褰撳墠鐘舵��
+ */
+ status?: string;
+
+ /**
+ * 浜ゆ槗鍗曞彿
+ */
+ transactionNo?: string;
+
+ /**
+ * 鍟嗘埛鍗曞彿
+ */
+ merchantNo?: string;
+
+ /**
+ * 澶囨敞
+ */
+ remark?: string;
+
+ /**
+ * 鎵�灞為儴闂�
+ */
+ departmentId?: number;
+
+ /**
+ * 鍘熷鏂囦欢璺緞
+ */
+ filepath?: string;
+
+ /**
+ * 鍒涘缓鏃堕棿
+ */
+ createTime?: string;
+
+ /**
+ * 鏇存柊鏃堕棿
+ */
+ updateTime?: string;
+
+ /**
+ * 閮ㄩ棬鍚嶇О
+ */
+ departmentName?: string;
+
+ /**
+ * 浠绘剰閿��
+ */
+ [key: string]: any;
+ }
+
interface OperationWastesaleEntity {
/**
* ID
@@ -2385,6 +2544,108 @@
[key: string]: any;
}
+ interface ReportDailyVehicleEntity {
+ /**
+ * ID
+ */
+ id?: number;
+
+ /**
+ * 鏃ユ湡
+ */
+ date?: Date;
+
+ /**
+ * 杞︾墝鍙�
+ */
+ vehicleNo?: string;
+
+ /**
+ * 鎵�灞為儴闂�/瀛︽牎/鍚庡嫟缁処D
+ */
+ departmentId?: number;
+
+ /**
+ * 褰撴棩琛岄┒閲岀▼(km)
+ */
+ totalKm?: number;
+
+ /**
+ * 鏈惎鍔ㄦ椂闂�(鍒嗛挓)
+ */
+ minutesOffline?: number;
+
+ /**
+ * 绾椹舵椂闀�(鍒嗛挓)
+ */
+ minutesMoving?: number;
+
+ /**
+ * 鍋滆溅鏃堕暱(鍒嗛挓)
+ */
+ minutesParked?: number;
+
+ /**
+ * 寮傚父鎬犻�熸椂闀�(鍒嗛挓)
+ */
+ minutesAbnormalIdle?: number;
+
+ /**
+ * 骞冲潎琛岄┒杞﹂��(km/h)
+ */
+ avgSpeed?: number;
+
+ /**
+ * 瓒呴�熷憡璀︽鏁�
+ */
+ overspeedCount?: number;
+
+ /**
+ * 瓒呴�熺疮璁℃椂闀�(绉�)
+ */
+ overspeedDurationSec?: number;
+
+ /**
+ * 鎬ュ埞杞︽鏁�
+ */
+ harshBrakeCount?: number;
+
+ /**
+ * 鎬ュ姞閫熸鏁�
+ */
+ harshAccelCount?: number;
+
+ /**
+ * 鎬ヨ浆寮鏁�
+ */
+ harshTurnCount?: number;
+
+ /**
+ * 闈炲伐浣滄椂娈靛紓鍔ㄥ憡璀︽鏁�
+ */
+ offHoursMoveCount?: number;
+
+ /**
+ * 鍒涘缓鏃堕棿
+ */
+ createTime?: string;
+
+ /**
+ * 鏇存柊鏃堕棿
+ */
+ updateTime?: string;
+
+ /**
+ * 閮ㄩ棬鍚嶇О
+ */
+ departmentName?: string;
+
+ /**
+ * 浠绘剰閿��
+ */
+ [key: string]: any;
+ }
+
interface ReportJoblogEntity {
/**
* ID
@@ -2780,7 +3041,13 @@
type json = any;
type DictKey =
- "ratedpayload" | "iottype" | "sitetype" | "datachanel" | "vehicletype" | "businesstype";
+ | "ratedpayload"
+ | "iottype"
+ | "sitetype"
+ | "datachanel"
+ | "vehicletype"
+ | "businesstype"
+ | "appointmentslot";
interface PagePagination {
size: number;
@@ -2870,6 +3137,16 @@
list: DictTypeEntity[];
}
+ interface MonitorCapturetaskPageResponse {
+ pagination: PagePagination;
+ list: PushCaptureTaskEntity[];
+ }
+
+ interface OperationTraderecordPageResponse {
+ pagination: PagePagination;
+ list: OperationTradeRecordEntity[];
+ }
+
interface OperationWastesalePageResponse {
pagination: PagePagination;
list: OperationWastesaleEntity[];
@@ -2928,6 +3205,11 @@
interface ReportDailysitePageResponse {
pagination: PagePagination;
list: ReportDailysiteEntity[];
+ }
+
+ interface ReportDailyvehiclePageResponse {
+ pagination: PagePagination;
+ list: ReportDailyVehicleEntity[];
}
interface ReportJoblogPageResponse {
@@ -4090,6 +4372,64 @@
request: Request;
}
+ interface MonitorCapturetask {
+ /**
+ * 鍒犻櫎
+ */
+ delete(data?: any): Promise<any>;
+
+ /**
+ * 淇敼
+ */
+ update(data?: any): Promise<any>;
+
+ /**
+ * 鍗曚釜淇℃伅
+ */
+ info(data?: any): Promise<PushCaptureTaskEntity>;
+
+ /**
+ * 鍒楄〃鏌ヨ
+ */
+ list(data?: any): Promise<PushCaptureTaskEntity[]>;
+
+ /**
+ * 鍒嗛〉鏌ヨ
+ */
+ page(data?: any): Promise<MonitorCapturetaskPageResponse>;
+
+ /**
+ * 鏂板
+ */
+ 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 MonitorYs7 {
/**
* getToken
@@ -4105,6 +4445,71 @@
* 鏉冮檺鐘舵��
*/
_permission: { getToken: boolean };
+
+ request: Request;
+ }
+
+ interface OperationTraderecord {
+ /**
+ * 瀵煎叆璐﹀崟
+ */
+ import(data?: any): Promise<any>;
+
+ /**
+ * 鍒犻櫎
+ */
+ delete(data?: any): Promise<any>;
+
+ /**
+ * 淇敼
+ */
+ update(data?: any): Promise<any>;
+
+ /**
+ * 鍗曚釜淇℃伅
+ */
+ info(data?: any): Promise<OperationTradeRecordEntity>;
+
+ /**
+ * 鍒楄〃鏌ヨ
+ */
+ list(data?: any): Promise<OperationTradeRecordEntity[]>;
+
+ /**
+ * 鍒嗛〉鏌ヨ
+ */
+ page(data?: any): Promise<OperationTraderecordPageResponse>;
+
+ /**
+ * 鏂板
+ */
+ add(data?: any): Promise<any>;
+
+ /**
+ * 鏉冮檺鏍囪瘑
+ */
+ permission: {
+ import: string;
+ delete: string;
+ update: string;
+ info: string;
+ list: string;
+ page: string;
+ add: string;
+ };
+
+ /**
+ * 鏉冮檺鐘舵��
+ */
+ _permission: {
+ import: boolean;
+ delete: boolean;
+ update: boolean;
+ info: boolean;
+ list: boolean;
+ page: boolean;
+ add: boolean;
+ };
request: Request;
}
@@ -4783,6 +5188,64 @@
request: Request;
}
+ interface ReportDailyvehicle {
+ /**
+ * 鍒犻櫎
+ */
+ delete(data?: any): Promise<any>;
+
+ /**
+ * 淇敼
+ */
+ update(data?: any): Promise<any>;
+
+ /**
+ * 鍗曚釜淇℃伅
+ */
+ info(data?: any): Promise<ReportDailyVehicleEntity>;
+
+ /**
+ * 鍒楄〃鏌ヨ
+ */
+ list(data?: any): Promise<ReportDailyVehicleEntity[]>;
+
+ /**
+ * 鍒嗛〉鏌ヨ
+ */
+ page(data?: any): Promise<ReportDailyvehiclePageResponse>;
+
+ /**
+ * 鏂板
+ */
+ 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 ReportJoblog {
/**
* 鍒犻櫎
@@ -5191,8 +5654,8 @@
};
demo: { goods: DemoGoods; tenant: DemoTenant };
dict: { info: DictInfo; type: DictType };
- monitor: { ys7: MonitorYs7 };
- operation: { wastesale: OperationWastesale };
+ monitor: { capturetask: MonitorCapturetask; ys7: MonitorYs7 };
+ operation: { traderecord: OperationTraderecord; wastesale: OperationWastesale };
plugin: { info: PluginInfo };
push: {
auditlog: PushAuditlog;
@@ -5207,6 +5670,7 @@
report: {
dailydepartment: ReportDailydepartment;
dailysite: ReportDailysite;
+ dailyvehicle: ReportDailyvehicle;
joblog: ReportJoblog;
};
space: { info: SpaceInfo; type: SpaceType };
--
Gitblit v1.9.1