Browse Source

相机 添加 taskId 录像接口返回的任务ID 字段

sunhh 2 years atrás
parent
commit
08a3a2bb9f

+ 6 - 0
business-service/src/main/java/com/ozs/entity/BaseCameraManagement.java

@@ -91,6 +91,12 @@ public class BaseCameraManagement extends BaseEntity implements Serializable {
     @Excel(name = "监视相机纬度")
     private String installLatitude;
 
+    /**
+     * 录像接口返回的任务ID
+     */
+//    @Excel(name = "监视相机纬度")
+    private String taskId;
+
     /**
      * 监控相机安装里程位置字符串形式
      */