|
@@ -1,6 +1,7 @@
|
|
|
package com.sooka.sponest.monitor.camera.domain;
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
+import com.ruoyi.common.core.annotation.Excel;
|
|
|
import com.ruoyi.common.core.web.domain.BaseEntity;
|
|
|
import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
@@ -64,6 +65,12 @@ public class VisuForestCloudCameraBO extends BaseEntity {
|
|
|
|
|
|
private String cameraFactory;
|
|
|
|
|
|
+ /**
|
|
|
+ * 融合平台(海康、大华)
|
|
|
+ */
|
|
|
+ @Excel(name = "融合平台(海康、大华)", readConverterExp = "0=海康平台,1=大华平台")
|
|
|
+ private String convergencePlatform;
|
|
|
+
|
|
|
/** 所属区域 */
|
|
|
|
|
|
private String cameraRegion;
|