| package com.fzzy.push.gd2022.dto; | 
|   | 
| import com.alibaba.fastjson.annotation.JSONField; | 
| import com.bstek.dorado.annotation.PropertyDef; | 
| import lombok.Data; | 
| import lombok.EqualsAndHashCode; | 
| import java.io.Serializable; | 
| import java.util.Date; | 
|   | 
| /** | 
|  * 接口表-视频监控异常事件告警基本信息数据表 | 
|  * | 
|  * @author czt | 
|  */ | 
| @Data | 
| @EqualsAndHashCode(callSuper=false) | 
| public class Gd2022Api1308 implements Serializable { | 
|   | 
|     /** | 
|      * | 
|      */ | 
|     private static final long serialVersionUID = 1L; | 
|   | 
|     @JSONField(serialize = false) | 
|     private String id; | 
|   | 
|     @JSONField(format = "yyyy-MM-dd HH:mm:ss") | 
|     @PropertyDef(label = "告警时间" ) | 
|     private Date gjsj; | 
|   | 
|     @PropertyDef(label = "库区名称" ) | 
|     private String kqmc; | 
|   | 
|     @PropertyDef(label = "库区代码" ) | 
|     private String kqdm; | 
|   | 
|     @PropertyDef(label = "统一库区编码") | 
|     private String tykqbm; | 
|   | 
|     @PropertyDef(label = "库区地址" ) | 
|     private String kqdz; | 
|   | 
|     @PropertyDef(label = "视频监控设备id" ) | 
|     private String spjksbid; | 
|   | 
|     @PropertyDef(label = "安装位置类型" ) | 
|     private String azwzlx; | 
|   | 
|     @PropertyDef(label = "监视区域说明" ) | 
|     private String jsqysm; | 
|   | 
|     @PropertyDef(label = "异常告警说明" ) | 
|     private String ycgjsm; | 
|   | 
|     @PropertyDef(label = "文件id") | 
|     private String fileStorageId; | 
|   | 
|     @PropertyDef(label = "视频文件后缀名") | 
|     private String spwjhzm; | 
|   | 
|     @PropertyDef(label = "操作标志" ) | 
|     private String czbz; | 
|   | 
|     @JSONField(serialize = false) | 
|     @PropertyDef(label = "业务id") | 
|     private String bizId; | 
|   | 
|     @JSONField(format = "yyyy-MM-dd HH:mm:ss") | 
|     @PropertyDef(label = "最后更新时间" ) | 
|     private Date zhgxsj; | 
|   | 
|     @PropertyDef(label = "文件地址") | 
|     @JSONField(serialize = false) | 
|     private String wjdz; | 
| } |