| | |
| | | |
| | | @Id |
| | | @Column(name = "ID_", length = 40) |
| | | @PropertyDef(label = "主键") |
| | | @PropertyDef(label = "损益单号", description = "由货位代码+业务日期(yyyyMMdd)+3位顺序号组成") |
| | | private String id; |
| | | |
| | | @Column(name = "COMPANY_ID_", length = 10) |
| | |
| | | @Column(name = "DEPOT_ID_", length = 50) |
| | | @PropertyDef(label = "所属仓库") |
| | | private String depotId; |
| | | |
| | | |
| | | @Column(name = "TYPE_", length = 10) |
| | | @PropertyDef(label = "类型", description = "损耗/溢出") |
| | |
| | | private double ckzz; |
| | | |
| | | @Column(name = "AMOUNT_") |
| | | @PropertyDef(label = "重量", description = "损溢数量KG") |
| | | @PropertyDef(label = "重量", description = "损溢数量KG;损耗为正数,溢余为负数") |
| | | private Double amount; |
| | | |
| | | // @PropertyDef(label = "其中:成货位前损耗(公斤)" ) |
| | | // @Column(name = "qzchwqsh", precision = 20, scale = 6) |
| | | // private double qzchwqsh; |
| | | // |
| | | // @PropertyDef(label = "其中水杂减量(公斤)" ) |
| | | // @Column(name = "qzszkl", precision = 20, scale = 6) |
| | | // private double qzszkl; |
| | | // |
| | | // @PropertyDef(label = "其中:自然损耗定额(公斤)" ) |
| | | // @Column(name = "qzzrshde", precision = 20, scale = 6) |
| | | // private double qzzrshde; |
| | | // |
| | | // @PropertyDef(label = "超耗数量(公斤)" ) |
| | | // @Column(name = "chsl", precision = 20, scale = 6) |
| | | // private double chsl; |
| | | |
| | | @PropertyDef(label = "损益是否正常", description = "0:正常 1:不正常") |
| | | @Column(name = "sysfzc", length = 1) |