|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson.annotation.JSONField; | 
|---|
|  |  |  | import com.bstek.dorado.annotation.PropertyDef; | 
|---|
|  |  |  | import com.fzzy.api.entity.ApiParent; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  | import lombok.EqualsAndHashCode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "通道编号") | 
|---|
|  |  |  | private Integer tdbh; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "通道名称") | 
|---|
|  |  |  | private String tdmc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "监控设备编码") | 
|---|
|  |  |  | private String jksbbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @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:业务, | 
|---|