| package com.fzzy.push.gd2023.dto; | 
|   | 
| import com.alibaba.fastjson.annotation.JSONField; | 
| import com.bstek.dorado.annotation.PropertyDef; | 
| import lombok.Data; | 
| import lombok.EqualsAndHashCode; | 
|   | 
| import java.io.Serializable; | 
| import java.util.Date; | 
|   | 
| /** | 
|  * 接口表-质检数据表 | 
|  * | 
|  * @author czt | 
|  */ | 
| @Data | 
| @EqualsAndHashCode(callSuper=false) | 
| public class Gd2023Api1310 implements Serializable { | 
|   | 
|     /** | 
|      * | 
|      */ | 
|     private static final long serialVersionUID = 1L; | 
|   | 
|     @PropertyDef(label = "质检报告单号" ) | 
|     private String zjbgdh; | 
|   | 
|     @PropertyDef(label = "货位代码" ) | 
|     private String hwdm; | 
|   | 
|     @PropertyDef(label = "统一货位编码" ) | 
|     private String tyhwbm; | 
|   | 
|     @PropertyDef(label = "粮食品种代码" ) | 
|     private String lspzdm; | 
|   | 
|     @PropertyDef(label = "粮食等级代码" ) | 
|     private String lsdjdm; | 
|   | 
|     @JSONField(format = "yyyy-MM-dd") | 
|     @PropertyDef(label = "入库日期" ) | 
|     private Date rkrq; | 
|   | 
|     @PropertyDef(label = "检验类别" ) | 
|     private String jylb; | 
|   | 
|     @JSONField(format = "yyyy-MM-dd HH:mm:ss") | 
|     @PropertyDef(label = "检验时间" ) | 
|     private Date jysj; | 
|   | 
|     @PropertyDef(label = "检验单位" ) | 
|     private String jydw; | 
|   | 
|     @PropertyDef(label = "检验人" ) | 
|     private String jyr; | 
|   | 
|     @PropertyDef(label = "检验依据" ) | 
|     private String jyyj; | 
|   | 
|     @PropertyDef(label = "指标类别" ) | 
|     private String zblb; | 
|   | 
|     @PropertyDef(label = "检验项目" ) | 
|     private String jyxm; | 
|   | 
|     @PropertyDef(label = "检验项目值" ) | 
|     private String jyxmz; | 
|   | 
|     @PropertyDef(label = "指标结果判定" ) | 
|     private String zbjgpd; | 
|   | 
|     @PropertyDef(label = "食品安全指标是否合格" ) | 
|     private String spaqzbsfhg; | 
|   | 
|     @JSONField(format = "yyyy-MM-dd") | 
|     @PropertyDef(label = "签发日期" ) | 
|     private Date qfrq; | 
|   | 
|     @JSONField(format = "yyyy-MM-dd HH:mm:ss") | 
|     @PropertyDef(label = "报告出具时间" ) | 
|     private Date bgcjsj; | 
|   | 
|     @PropertyDef(label = "审核人姓名" ) | 
|     private String shrxm; | 
|   | 
|     @PropertyDef(label = "扦样单编号" ) | 
|     private String qydbh; | 
|   | 
|     @JSONField(format = "yyyy-MM-dd HH:mm:ss") | 
|     @PropertyDef(label = "扦样时间" ) | 
|     private Date qysj; | 
|   | 
|     @PropertyDef(label = "扦样区域" ) | 
|     private String qyqy; | 
|   | 
|     @PropertyDef(label = "扦样人姓名" ) | 
|     private String qyrxm; | 
|   | 
|     @PropertyDef(label = "监督人姓名" ) | 
|     private String jdrxm; | 
|   | 
|     @PropertyDef(label = "样品编号" ) | 
|     private String ypbh; | 
|   | 
|     @PropertyDef(label = "样品数量" ) | 
|     private double ypsl; | 
|   | 
|     @PropertyDef(label = "代表数量" ) | 
|     private double dbsl; | 
|   | 
|     @PropertyDef(label = "样品等级" ) | 
|     private String ypdj; | 
|   | 
|     @PropertyDef(label = "是否正常存储年限" ) | 
|     private String sfzcccnx; | 
|   | 
|     @PropertyDef(label = "备注" ) | 
|     private String bz; | 
|   | 
|     @PropertyDef(label = "操作标志" ) | 
|     private String czbz; | 
|   | 
|     @JSONField(format = "yyyy-MM-dd HH:mm:ss") | 
|     @PropertyDef(label = "最后更新时间" ) | 
|     private Date zhgxsj; | 
|   | 
| } |