| | |
| | | |
| | | import com.alibaba.fastjson.annotation.JSONField; |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import com.fzzy.api.entity.ApiParent; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | |
| | | */ |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @PropertyDef(label = "监控编号") |
| | | private String sxtbh; |
| | | @PropertyDef(label = "视频监控设备id") |
| | | private String spjksbid; |
| | | |
| | | @PropertyDef(label = "通道编号") |
| | | private int tdbh; |
| | | |
| | | @PropertyDef(label = "通道名称") |
| | | private String tdmc; |
| | | |
| | | @PropertyDef(label = "监控设备编码") |
| | | private String jksbbm; |
| | | private Integer tdbh; |
| | | |
| | | @PropertyDef(label = "监控设备名称") |
| | | private String jksbmc; |
| | | |
| | | @PropertyDef(label = "库区代码") |
| | | private String kqdm; |
| | | |
| | | @PropertyDef(label = "统一库区编码") |
| | | private String tykqbm; |
| | | |
| | | /** |
| | | * 1 海康, 2 大华, 3 宇视 |
| | |
| | | |
| | | @PropertyDef(label = "监控型号") |
| | | private String jkxh; |
| | | |
| | | @PropertyDef(label = "监控序列号") |
| | | private String jkxlh; |
| | | |
| | | /** |
| | | * 1:仓内,2:业务, |
| | |
| | | private String jkjlxbm; |
| | | |
| | | @PropertyDef(label = "监控预置位数量") |
| | | private int jktyzw; |
| | | private Integer jktyzw; |
| | | |
| | | @PropertyDef(label = "设备IP地址") |
| | | private String sbipdz; |
| | | |
| | | @PropertyDef(label = "设备端口号") |
| | | private int sbdkh; |
| | | private Integer sbdkh; |
| | | |
| | | @PropertyDef(label = "设备登录名称") |
| | | private String sbdlmc; |
| | |
| | | @PropertyDef(label = "备注") |
| | | private String bz; |
| | | |
| | | @PropertyDef(label = "标志位") |
| | | private String bjw; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | private String czbz; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "最后更新时间") |
| | | private Date zhgxsj; |