|
@@ -41,6 +41,12 @@ public class BaseCameraManagement extends BaseEntity implements Serializable {
|
|
@Excel(name = "监控相机安装里程位置(单位KM)")
|
|
@Excel(name = "监控相机安装里程位置(单位KM)")
|
|
private String installMiles;
|
|
private String installMiles;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 测点名称
|
|
|
|
+ */
|
|
|
|
+ @Excel(name = "测点名称")
|
|
|
|
+ private String measurePointName;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
*线路名称
|
|
*线路名称
|
|
*/
|
|
*/
|
|
@@ -186,6 +192,12 @@ public class BaseCameraManagement extends BaseEntity implements Serializable {
|
|
*/
|
|
*/
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
private Integer isStartRecording;
|
|
private Integer isStartRecording;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 相机序列号
|
|
|
|
+ */
|
|
|
|
+ @Excel(name = "序列号")
|
|
|
|
+ private String cameraSn;
|
|
|
|
|
|
@Excel(name = "备注")
|
|
@Excel(name = "备注")
|
|
private String remark;
|
|
private String remark;
|