| | |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | @PropertyDef(label = "货位代码") |
| | | private String hwdm; |
| | | |
| | | @PropertyDef(label = "统一货位编码" ) |
| | | private String tyhwbm; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "业务日期" ) |
| | | private Date ywrq; |
| | | |
| | | @PropertyDef(label = "损溢类型", description = "1:损耗;2:损失;3:溢余;4:其他") |
| | | private String sylx; |
| | | |
| | | @PropertyDef(label = "损溢环节", description = "1:入库损溢,2:出库损溢,3.其他") |
| | | private String syhj; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "记账日期") |
| | | private Date jzrq; |
| | | |
| | | @PropertyDef(label = "入库净重") |
| | | private Double rkjz; |
| | | |
| | | @PropertyDef(label = "入库数量(公斤)") |
| | | private double rksl; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "入库时间") |
| | |
| | | @PropertyDef(label = "出库杂质") |
| | | private Double ckzz; |
| | | |
| | | @PropertyDef(label = "净重损溢数量") |
| | | @PropertyDef(label = "储备时长") |
| | | private Integer ccsc; |
| | | |
| | | @PropertyDef(label = "实际损溢数量") |
| | | private Double jzsysl; |
| | | |
| | | @PropertyDef(label = "水杂减量") |
| | |
| | | |
| | | @PropertyDef(label = "自然损耗定额") |
| | | private Double zrshde; |
| | | |
| | | @PropertyDef(label = "是否超耗", description = "1:是,2:否") |
| | | private String sfch; |
| | | |
| | | @PropertyDef(label = "超耗数量") |
| | | private Double chsl; |
| | |
| | | |
| | | @PropertyDef(label = "损溢原因") |
| | | private String syyy; |
| | | |
| | | @PropertyDef(label = "出清确认标识",description = "0:未完成出清确认,1:已完成出清确认") |
| | | private String cqqrbs; |
| | | |
| | | @PropertyDef(label = "出清确认时间") |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | private Date cqqrsj; |
| | | |
| | | @PropertyDef(label = "仓储审核人") |
| | | private String ccshr; |
| | |
| | | private String ldshr; |
| | | |
| | | @PropertyDef(label = "备注") |
| | | private String bz; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | private String czbz; |
| | | private String bz ="无"; |
| | | |
| | | @PropertyDef(label = "单据类型") |
| | | private String djlx; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | private String czbz; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "最后更新时间") |
| | |
| | | @PropertyDef(label = "标记位") |
| | | private String bjw; |
| | | |
| | | @PropertyDef(label = "粮食性质代码") |
| | | private String lsxzdm; |
| | | |
| | | @PropertyDef(label = "粮食品种代码") |
| | | private String lspzdm; |
| | | |
| | | } |