|  |  |  | 
|---|
|  |  |  | private Date submitTime; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "TYPE_", length = 1) | 
|---|
|  |  |  | @PropertyDef(label = "类型", description = "1:损失,2:损耗,3:其他") | 
|---|
|  |  |  | @PropertyDef(label = "类型", description = "1:损耗,2:损失,3:其他") | 
|---|
|  |  |  | private String type; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Column(name = "syhj", length = 1) | 
|---|
|  |  |  | @PropertyDef(label = "损溢环节", description = "1:损耗,2:损失,3:其他") | 
|---|
|  |  |  | private String syhj; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "FOOD_VARIETY_", length = 10) | 
|---|
|  |  |  | @PropertyDef(label = "粮食品种") | 
|---|
|  |  |  | 
|---|
|  |  |  | @Column(name = "rkjz", precision = 20, scale = 6) | 
|---|
|  |  |  | private Double rkjz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "ccsc") | 
|---|
|  |  |  | @PropertyDef(label = "储存时长") | 
|---|
|  |  |  | private Integer ccsc; | 
|---|
|  |  |  | @PropertyDef(label = "入库数量", description = "单位:KG") | 
|---|
|  |  |  | @Column(name = "rksl", precision = 20, scale = 6) | 
|---|
|  |  |  | private Double rksl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd HH:mm:ss") | 
|---|
|  |  |  | @PropertyDef(label = "入库时间") | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "出库质检", description = "数据从MQuantity中获取,上个质检批次") | 
|---|
|  |  |  | private String quantity2; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "ccsc") | 
|---|
|  |  |  | @PropertyDef(label = "储存时长", description = "单位:月") | 
|---|
|  |  |  | private Integer ccsc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd HH:mm:ss") | 
|---|
|  |  |  | @PropertyDef(label = "出库时间") | 
|---|
|  |  |  | @Column(name = "cksj") | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "出库杂质(%)") | 
|---|
|  |  |  | @Column(name = "ckzz", precision = 16, scale = 6) | 
|---|
|  |  |  | private Double ckzz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "qzsfkl") | 
|---|
|  |  |  | @PropertyDef(label = "水分减量") | 
|---|
|  |  |  | private Double qzsfkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "qzzzkl") | 
|---|
|  |  |  | @PropertyDef(label = "杂质减量") | 
|---|
|  |  |  | private Double qzzzkl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "qzszkl") | 
|---|
|  |  |  | @PropertyDef(label = "水杂总减量") | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "损耗率") | 
|---|
|  |  |  | private Double lossPer; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "是否超耗") | 
|---|
|  |  |  | @Column(name = "sfch") | 
|---|
|  |  |  | private Integer sfch; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "损益是否正常", description = "0:正常 1:不正常") | 
|---|
|  |  |  | @Column(name = "sysfzc", length = 1) | 
|---|
|  |  |  | private String sysfzc; | 
|---|
|  |  |  | 
|---|
|  |  |  | @Column(name = "syyy", length = 400) | 
|---|
|  |  |  | private String syyy; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "出清确认标识") | 
|---|
|  |  |  | @Column(name = "cqqrbs") | 
|---|
|  |  |  | private Integer cqqrbs; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "cqqrsj") | 
|---|
|  |  |  | @PropertyDef(label = "出清确认时间") | 
|---|
|  |  |  | private Date cqqrsj; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "仓储审核人") | 
|---|
|  |  |  | @Column(name = "ccshr", length = 64) | 
|---|
|  |  |  | private String ccshr; | 
|---|