|  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson.annotation.JSONField; | 
|---|
|  |  |  | import com.bstek.dorado.annotation.PropertyDef; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import javax.persistence.Column; | 
|---|
|  |  |  | import javax.persistence.Entity; | 
|---|
|  |  |  | import javax.persistence.Id; | 
|---|
|  |  |  | import javax.persistence.Table; | 
|---|
|  |  |  | import java.io.Serializable; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | public class Nx2023Api1111 implements Serializable { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "单位名称" ) | 
|---|
|  |  |  | private String dwmc; | 
|---|
|  |  |  | @PropertyDef(label = "统一单位编码") | 
|---|
|  |  |  | private String tydwbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "单位代码" ) | 
|---|
|  |  |  | private String dwdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "库区名称" ) | 
|---|
|  |  |  | private String kqmc; | 
|---|
|  |  |  | @PropertyDef(label = "统一库区编码") | 
|---|
|  |  |  | private String tykqbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "库区代码" ) | 
|---|
|  |  |  | private String kqdm; | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "视频监控设备位置样式" ) | 
|---|
|  |  |  | private String spjksbwzys; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "视频监控类型" ,description = ";1:仓内,2:业务,3:安防;") | 
|---|
|  |  |  | private String spjklx; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "备注" ) | 
|---|
|  |  |  | private String bz; | 
|---|
|  |  |  |  | 
|---|