|  |  |  | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | public class Nx2023Api1303 implements Serializable { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一害虫检测单号" ,description = "由统一廒间代码+检测日期(yyyyMMdd)+4 位顺序号组成") | 
|---|
|  |  |  | private String tyhcjcdh; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "害虫检测单号" ,description = "由货位代码+检测日期(yyyyMMdd)+4 位顺序号组成") | 
|---|
|  |  |  | private String hcjcdh; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "检测时间" ) | 
|---|
|  |  |  | private Date jcsj; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一廒间编码" ) | 
|---|
|  |  |  | private String tyajbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "货位代码" ) | 
|---|
|  |  |  | private String hwdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一货位编码" ) | 
|---|
|  |  |  | private String tyhwbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "检查害虫方法" ) | 
|---|
|  |  |  | private String jchcff; | 
|---|