|  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson.annotation.JSONField; | 
|---|
|  |  |  | import com.bstek.dorado.annotation.PropertyDef; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import javax.persistence.Column; | 
|---|
|  |  |  | import java.io.Serializable; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | public class Nx2023Api1301 implements Serializable { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "风险点编码" ) | 
|---|
|  |  |  | private String fxdbm; | 
|---|
|  |  |  | @PropertyDef(label = "统一库区编码") | 
|---|
|  |  |  | private String tykqbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "库区代码" ) | 
|---|
|  |  |  | private String kqdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "单位代码" ) | 
|---|
|  |  |  | private String dwdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一库区编码") | 
|---|
|  |  |  | private String tykqbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一单位编码") | 
|---|
|  |  |  | private String tydwbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "库区名称" ) | 
|---|
|  |  |  | private String kqmc; | 
|---|
|  |  |  | @PropertyDef(label = "单位代码" ) | 
|---|
|  |  |  | private String dwdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "地点" ) | 
|---|
|  |  |  | private String dd; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "风险点编码" ) | 
|---|
|  |  |  | private String fxdbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "识别人" ) | 
|---|
|  |  |  | private String sbr; | 
|---|
|  |  |  |  | 
|---|