记得上下班打卡 | git大法好,push需谨慎

Commit c1694c00 authored by jiangxiulong's avatar jiangxiulong

人体检测-serialVersionUID;数据示例

parent 8a067c2f
...@@ -24,6 +24,8 @@ import java.time.LocalDateTime; ...@@ -24,6 +24,8 @@ import java.time.LocalDateTime;
@ApiModel @ApiModel
public class KylinApiCameraDevicesVo implements Serializable { public class KylinApiCameraDevicesVo implements Serializable {
private static final long serialVersionUID = 3886640525869906268L;
@ApiModelProperty(value = "camera_id") @ApiModelProperty(value = "camera_id")
private String cameraId; private String cameraId;
...@@ -69,4 +71,44 @@ public class KylinApiCameraDevicesVo implements Serializable { ...@@ -69,4 +71,44 @@ public class KylinApiCameraDevicesVo implements Serializable {
return kylinApiCameraDevicesVo; return kylinApiCameraDevicesVo;
} }
/*{
"TotalCount": 1,
"RequestId": "D459D326-9D2D-5148-A8BA-AADEC8F2C9AF",
"PageSize": 20,
"PageNum": 1,
"PageCount": 1,
"Devices": [
{
"AlarmMethod": "",
"Description": "{\"test\":\"value\"}",
"CreatedTime": "2022-01-10T11:07:17+08:00",
"Ip": "",
"Port": 0,
"Latitude": "0.0000000000",
"Url": "",
"Name": "人流量监控",
"GbId": "20220101202301070001",
"AutoStart": false,
"Dsn": "",
"Password": "123456",
"Directory": {},
"ParentId": "",
"Status": "on",
"Enabled": true,
"Params": "{}",
"Vendor": "other",
"Longitude": "0.0000000000",
"RegisteredTime": "2022-01-11T11:13:12+08:00",
"GroupId": "410751715516867255-cn-beijing",
"PosInterval": 5,
"Type": "ipc",
"DirectoryId": "410751715516867255-cn-beijing",
"Username": "20220101202301070001",
"AutoPos": true,
"Stats": {},
"Id": "411719749995806610-cn-beijing"
}
]
}*/
} }
...@@ -20,6 +20,8 @@ import java.io.Serializable; ...@@ -20,6 +20,8 @@ import java.io.Serializable;
@ApiModel @ApiModel
public class KylinCameraDevicesVo implements Serializable { public class KylinCameraDevicesVo implements Serializable {
private static final long serialVersionUID = 87823760599373667L;
/*@ApiModelProperty(value = "camera_id") /*@ApiModelProperty(value = "camera_id")
private String cameraId; private String cameraId;
......
...@@ -20,7 +20,7 @@ import java.time.LocalDateTime; ...@@ -20,7 +20,7 @@ import java.time.LocalDateTime;
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode(callSuper = false)
public class KylinCamera implements Serializable, Cloneable { public class KylinCamera implements Serializable, Cloneable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 713935834396315177L;
@TableId(value = "mid", type = IdType.AUTO) @TableId(value = "mid", type = IdType.AUTO)
private Integer mid; private Integer mid;
......
...@@ -20,7 +20,7 @@ import java.time.LocalDateTime; ...@@ -20,7 +20,7 @@ import java.time.LocalDateTime;
@EqualsAndHashCode(callSuper = false) @EqualsAndHashCode(callSuper = false)
public class KylinCameraRecord implements Serializable, Cloneable { public class KylinCameraRecord implements Serializable, Cloneable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = -7063749314663361848L;
@TableId(value = "mid", type = IdType.AUTO) @TableId(value = "mid", type = IdType.AUTO)
private Integer mid; private Integer mid;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment