|
|
|
@ -45,12 +45,6 @@ public class CameraSnapshot implements Serializable {
|
|
|
|
@Schema(description = "0-正常, 1-移位")
|
|
|
|
@Schema(description = "0-正常, 1-移位")
|
|
|
|
private Integer isAbnormal;
|
|
|
|
private Integer isAbnormal;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 逻辑删除标识:0-正常,1-已删除
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@Column(isLogicDelete = true)
|
|
|
|
|
|
|
|
@Schema(description = "是否删除")
|
|
|
|
|
|
|
|
private String isDeleted;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "抓拍时间")
|
|
|
|
@Schema(description = "抓拍时间")
|
|
|
|
private LocalDateTime createTime;
|
|
|
|
private LocalDateTime createTime;
|
|
|
|
|