| | |
| | | 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") |