| 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; | 
|   | 
| /** | 
|  * 接口表-库区图视频监控设备点位标注 | 
|  */ | 
| @Data | 
| @EqualsAndHashCode(callSuper=false) | 
| public class Gd2022Api1111 implements Serializable { | 
|   | 
|     /** | 
|      *  | 
|      */ | 
|     private static final long serialVersionUID = -2000199652473542869L; | 
|   | 
|     @PropertyDef(label = "单位代码" ) | 
|     private String dwdm; | 
|   | 
|     @PropertyDef(label = "库区代码" ) | 
|     private String kqdm; | 
|   | 
|     @PropertyDef(label = "统一库区编码") | 
|     private String tykqbm; | 
|   | 
|   | 
|     @PropertyDef(label = "视频监控设备名称" ) | 
|     private String spjksbmc; | 
|   | 
|     @PropertyDef(label = "视频监控设备id" ) | 
|     private String spjksbid; | 
|   | 
|     @PropertyDef(label = "视频监控类型" ,description = ";1:仓内,2:业务,3:安防;") | 
|     private String spjklx; | 
|   | 
|     @PropertyDef(label = "视频监控设备相对位置" ) | 
|     private String spjksbxdwz; | 
|   | 
|     @PropertyDef(label = "视频监控设备位置样式" ) | 
|     private String spjksbwzys; | 
|   | 
|     @PropertyDef(label = "备注" ) | 
|     private String bz; | 
|   | 
|     @PropertyDef(label = "海康设备唯一标识" ) | 
|     private String hkCameraIndexCode; | 
|   | 
|     @PropertyDef(label = "操作标志" ) | 
|     private String czbz; | 
|   | 
|     @PropertyDef(label = "视频点位类型" ) | 
|     private String spdwlx; | 
|   | 
|     @PropertyDef(label = "仓房代码" ) | 
|     private String cfdm; | 
|   | 
|     @PropertyDef(label = "廒间代码" ) | 
|     private String ajdm; | 
|   | 
|     @PropertyDef(label = "单位名称" ) | 
|     private String dwmc; | 
|   | 
|     @PropertyDef(label = "库区名称" ) | 
|     private String kqmc; | 
|   | 
|     @PropertyDef(label = "最后更新时间" ) | 
|     @JSONField(format = "yyyy-MM-dd HH:mm:ss") | 
|     private Date zhgxsj; | 
|   | 
|     @JSONField(serialize = false) | 
|     @PropertyDef(label = "业务id") | 
|     private String bizId; | 
| } |