| | |
| | | private Date cksj; |
| | | |
| | | @PropertyDef(label = "出库净重(公斤)") |
| | | @Column(name = "ckjz", precision = 20, scale = 6) |
| | | @Column(name = "ckjz", precision = 20, scale = 3) |
| | | private double ckjz; |
| | | |
| | | @PropertyDef(label = "出库水分(%)") |
| | | @Column(name = "cksf", precision = 20, scale = 6) |
| | | @Column(name = "cksf", precision = 20, scale = 3) |
| | | private double cksf; |
| | | |
| | | @PropertyDef(label = "出库杂质(%)") |
| | | @Column(name = "ckzz", precision = 20, scale = 6) |
| | | @Column(name = "ckzz", precision = 6, scale = 2) |
| | | private double ckzz; |
| | | |
| | | @PropertyDef(label = "储备时长") |
| | | @Column(name = "ccsc",precision = 3) |
| | | @Column(name = "ccsc") |
| | | private Integer ccsc; |
| | | |
| | | @PropertyDef(label = "实际损溢数量(公斤)") |
| | | @Column(name = "jzsysl", precision = 20, scale = 6) |
| | | @Column(name = "jzsysl", precision = 20, scale = 3) |
| | | private double jzsysl; |
| | | |
| | | @PropertyDef(label = "水杂减量(公斤)") |
| | | @Column(name = "qzszkl", precision = 20, scale = 6) |
| | | @Column(name = "qzszkl", precision = 20, scale = 3) |
| | | private double qzszkl; |
| | | |
| | | @PropertyDef(label = "自然损耗定额(公斤)") |
| | | @Column(name = "qzzrshde", precision = 20, scale = 6) |
| | | @Column(name = "qzzrshde", precision = 20, scale = 3) |
| | | private double qzzrshde; |
| | | |
| | | @PropertyDef(label = "是否超耗", description = "1:是,2:否") |
| | |
| | | private Integer sfch; |
| | | |
| | | @PropertyDef(label = "超耗数量(公斤)") |
| | | @Column(name = "chsl", precision = 20, scale = 6) |
| | | @Column(name = "chsl", precision = 20, scale = 3) |
| | | private double chsl; |
| | | |
| | | @PropertyDef(label = "损益是否正常",description = "0:正常,1:不正常") |