|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Id | 
|---|
|  |  |  | @Column(name = "xzbm", length = 12) | 
|---|
|  |  |  | @PropertyDef(label = "熏蒸备案编号", description = "4位顺序号") | 
|---|
|  |  |  | @PropertyDef(label = "熏蒸备案编号", description = "yyyyMMDD+4位顺序号") | 
|---|
|  |  |  | private String xzbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "DEPT_ID_", length = 21) | 
|---|
|  |  |  | 
|---|
|  |  |  | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") | 
|---|
|  |  |  | private Date tbrq; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "dwdm", length = 18) | 
|---|
|  |  |  | @PropertyDef(label = "单位代码", description = "企业信用代码") | 
|---|
|  |  |  | private String dwdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "sqxzrq") | 
|---|
|  |  |  | @PropertyDef(label = "申请熏蒸日期") | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "熏蒸注意事项") | 
|---|
|  |  |  | private String xzzysx; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "FILE_STORAGE_ID_", length = 19) | 
|---|
|  |  |  | @PropertyDef(label = "文件存储ID") | 
|---|
|  |  |  | private String fileStorageId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "DRUG_NAME_", length = 64) | 
|---|
|  |  |  | @PropertyDef(label = "药剂名称") | 
|---|