|  |  |  | 
|---|
|  |  |  | private Double cksf; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "出库杂质(%)") | 
|---|
|  |  |  | @JsonProperty("CKSF") | 
|---|
|  |  |  | @JsonProperty("CKZZ") | 
|---|
|  |  |  | private Double ckzz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "储存时长") | 
|---|
|  |  |  | @JsonProperty("CCSC") | 
|---|
|  |  |  | private Double ccsc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "净重损溢数量(公斤)") | 
|---|
|  |  |  | @JsonProperty("JZSYSL") | 
|---|
|  |  |  | private Double jzsysl; | 
|---|
|  |  |  | private Integer ccsc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "实际损溢数量(公斤)") | 
|---|
|  |  |  | @JsonProperty("SJSYSL") | 
|---|
|  |  |  | private Double sjsysl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "其中水杂减量(公斤)") | 
|---|
|  |  |  | @PropertyDef(label = "水杂减量(公斤)") | 
|---|
|  |  |  | @JsonProperty("QZSZKL") | 
|---|
|  |  |  | private Double qzszkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "其中:自然损耗定额(公斤)") | 
|---|
|  |  |  | @PropertyDef(label = "自然损耗定额(公斤)") | 
|---|
|  |  |  | @JsonProperty("QZZRSHDE") | 
|---|
|  |  |  | private Double qzzrshde; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "是否超耗") | 
|---|
|  |  |  | @JsonProperty("SFCH") | 
|---|
|  |  |  | private String sfch; | 
|---|
|  |  |  | private Integer sfch; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "超耗数量(公斤)") | 
|---|
|  |  |  | @JsonProperty("CHSL") | 
|---|
|  |  |  | 
|---|
|  |  |  | @JsonProperty("BZ") | 
|---|
|  |  |  | private String bz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "粮食品种代码") | 
|---|
|  |  |  | @JsonProperty("LSPZDM") | 
|---|
|  |  |  | private String lspzdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "粮食性质代码") | 
|---|
|  |  |  | @JsonProperty("LSXZDM") | 
|---|
|  |  |  | private String lsxzdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "粮食等级代码") | 
|---|
|  |  |  | @JsonProperty("LSDJDM") | 
|---|
|  |  |  | private String lsdjdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "收获年度") | 
|---|
|  |  |  | @JsonProperty("SHND") | 
|---|
|  |  |  | private String shnd; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "操作标志") | 
|---|
|  |  |  | @JsonProperty("CZBZ") | 
|---|
|  |  |  | private String czbz; | 
|---|