| | |
| | | @Column(name = "ywrq") |
| | | private Date ywrq; |
| | | |
| | | @PropertyDef(label = "损溢类型", description = "1:损失,2:损耗,3:溢余,4:其他") |
| | | @Column(name = "sylx", length = 1) |
| | | private String sylx; |
| | | |
| | | @PropertyDef(label = "损溢环节", description = "1:入库损溢,2:出库损溢,3.其他") |
| | | @Column(name = "syhj", length = 1) |
| | | private String syhj; |
| | | |
| | | @PropertyDef(label = "入库净重(公斤)") |
| | | @Column(name = "rkjz", precision = 20, scale = 6) |
| | | @Column(name = "rkjz", precision = 20, scale = 3) |
| | | private double rkjz; |
| | | |
| | | @PropertyDef(label = "入库数量(公斤)") |
| | | @Column(name = "rksl",precision = 20,scale = 3) |
| | | private double rksl; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "入库时间") |
| | |
| | | private Date rksj; |
| | | |
| | | @PropertyDef(label = "入库水分(%)") |
| | | @Column(name = "rksf", precision = 20, scale = 6) |
| | | @Column(name = "rksf", precision = 6, scale = 2) |
| | | private double rksf; |
| | | |
| | | @PropertyDef(label = "入库杂质(%)") |
| | | @Column(name = "rkzz", precision = 20, scale = 6) |
| | | @Column(name = "rkzz", precision = 6, scale = 2) |
| | | private double rkzz; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | |
| | | 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 = "jzsysl", precision = 20, scale = 6) |
| | | @PropertyDef(label = "储备时长") |
| | | @Column(name = "ccsc") |
| | | private Integer ccsc; |
| | | |
| | | @PropertyDef(label = "实际损溢数量(公斤)") |
| | | @Column(name = "jzsysl", precision = 20, scale = 3) |
| | | private double jzsysl; |
| | | |
| | | @PropertyDef(label = "其中:成货位前损耗(公斤)") |
| | | @Column(name = "qzchwqsh", precision = 20, scale = 6) |
| | | private double qzchwqsh; |
| | | |
| | | @PropertyDef(label = "其中水杂减量(公斤)") |
| | | @Column(name = "qzszkl", precision = 20, scale = 6) |
| | | @PropertyDef(label = "水杂减量(公斤)") |
| | | @Column(name = "qzszkl", precision = 20, scale = 3) |
| | | private double qzszkl; |
| | | |
| | | @PropertyDef(label = "其中:自然损耗定额(公斤)") |
| | | @Column(name = "qzzrshde", precision = 20, scale = 6) |
| | | @PropertyDef(label = "自然损耗定额(公斤)") |
| | | @Column(name = "qzzrshde", precision = 20, scale = 3) |
| | | private double qzzrshde; |
| | | |
| | | @PropertyDef(label = "是否超耗", description = "1:是,2:否") |
| | | @Column(name = "sfch") |
| | | private Integer sfch; |
| | | |
| | | @PropertyDef(label = "超耗数量(公斤)") |
| | | @Column(name = "chsl", precision = 20, scale = 6) |
| | | @Column(name = "chsl", precision = 20, scale = 3) |
| | | private double chsl; |
| | | |
| | | @PropertyDef(label = "损益是否正常") |
| | | @PropertyDef(label = "损益是否正常",description = "0:正常,1:不正常") |
| | | @Column(name = "sysfzc", length = 1) |
| | | private String sysfzc; |
| | | |
| | | @PropertyDef(label = "损溢类型", description = "1:损耗,2:损失,3.其他") |
| | | @Column(name = "sylx", length = 1) |
| | | private String sylx; |
| | | |
| | | @PropertyDef(label = "储备时长") |
| | | @Column(name = "ccsc",precision = 3) |
| | | private BigDecimal ccsc; |
| | | |
| | | @PropertyDef(label = "是否超耗", description = "1:是,2:否") |
| | | @Column(name = "sfch", length = 1) |
| | | private String sfch; |
| | | |
| | | @PropertyDef(label = "损溢环节", description = "1:入库损溢,2:出库损溢,3.其他") |
| | | @Column(name = "syhj", length = 1) |
| | | private String syhj; |
| | | |
| | | @PropertyDef(label = "损溢原因") |
| | | @Column(name = "syyy", length = 400) |
| | | private String syyy; |
| | | |
| | | @PropertyDef(label = "出清确认标识",description = "0:未完成出清确认,1:已完成出清确认") |
| | | @Column(name = "cqqrbs") |
| | | private Integer cqqrbs; |
| | | |
| | | @PropertyDef(label = "出清确认时间") |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @Column(name = "cqqrsj") |
| | | private Date cqqrsj; |
| | | |
| | | @PropertyDef(label = "仓储审核人") |
| | | @Column(name = "ccshr", length = 64) |
| | | private String ccshr; |