From 51faf3e9c3c613e7fb12db6c88356946f2429e0c Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期五, 12 十二月 2025 17:35:30 +0800
Subject: [PATCH] 调整安防视频页面及逻辑
---
fzzy-igdss-core/src/main/java/com/fzzy/igds/camera/data/ApiSnapReq.java | 97 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 97 insertions(+), 0 deletions(-)
diff --git a/fzzy-igdss-core/src/main/java/com/fzzy/igds/camera/data/ApiSnapReq.java b/fzzy-igdss-core/src/main/java/com/fzzy/igds/camera/data/ApiSnapReq.java
new file mode 100644
index 0000000..68ebc8e
--- /dev/null
+++ b/fzzy-igdss-core/src/main/java/com/fzzy/igds/camera/data/ApiSnapReq.java
@@ -0,0 +1,97 @@
+package com.fzzy.igds.camera.data;
+
+import lombok.Data;
+import java.io.Serializable;
+
+/**
+ * @Description 鎽勫儚澶存姄鎷嶅弬鏁�
+ * @Author CZT
+ * @Date 2024/12/11 10:10
+ */
+@Data
+public class ApiSnapReq implements Serializable {
+
+ /**
+ *
+ */
+ private static final long serialVersionUID = 1L;
+
+ private String orderId;
+
+ //绯荤粺鍐呴儴鎽勫儚澶翠富閿垨鑰呴厤缃甀D
+ private String bizId;
+
+ private String companyId;//缁勭粐缂栫爜
+
+ private String deptId;//鍒嗗簱缂栫爜
+
+ /**
+ * 鎾斁鏂瑰紡
+ */
+ private String playType;
+
+ /**
+ * 鎶撴媿鏂瑰紡
+ **/
+ private String snapType;
+
+ private String ptzType;
+
+ /**
+ * 閰嶅搴忓彿
+ **/
+ private String sort;
+
+ /**
+ * 璁惧鍞竴ID锛屼富瑕佷笌娴佸獟浣撳尮閰嶄娇鐢�
+ */
+ private String sn;
+
+ /**
+ * 鐩戞帶璐﹀彿
+ */
+ private String ip;
+
+ /**
+ * 鐩戞帶瀵嗙爜
+ */
+ private Integer port;
+
+ /**
+ * 鐩戞帶璐﹀彿
+ */
+ private String loginId;
+
+ /**
+ * 鐩戞帶瀵嗙爜
+ */
+ private String password;
+ /**
+ * 閫氶亾鍙�
+ */
+ private Integer chanNum;
+
+ /**
+ * RTSP鍦板潃
+ */
+ private String mediaAddr;
+
+ /**
+ * 鎶撴媿缁堢搴忓垪鍙�,闈炲繀濉瓧娈点��
+ */
+ private String serSn;
+
+
+ /**
+ * 鍥剧墖淇濆瓨鍦板潃
+ */
+ private String filePath;
+
+ /**
+ * 鍥剧墖鍚嶇О
+ */
+ private String fileName;
+
+ private String cameraName;
+
+}
--
Gitblit v1.9.3