| | |
| | | @PropertyDef(label = "货位代码") |
| | | private String hwdm; |
| | | |
| | | @PropertyDef(label = "统一货位编码" ) |
| | | private String tyhwbm; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "记账日期") |
| | | private Date jzrq; |
| | |
| | | @PropertyDef(label = "损益是否正常") |
| | | private String sysfzc; |
| | | |
| | | @PropertyDef(label = "损溢类型",description = "1:损耗,2:损失,3.其他") |
| | | private String sylx; |
| | | |
| | | @PropertyDef(label = "损溢原因") |
| | | private String syyy; |
| | | |
| | |
| | | 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; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "业务日期" ) |
| | | private Date ywrq; |
| | | } |