| | |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | |
| | | @PropertyDef(label = "倒出单位") |
| | | private String dcdw; |
| | | |
| | | @PropertyDef(label = "倒出单位统一编码") |
| | | private String dcdwtybm; |
| | | |
| | | @PropertyDef(label = "倒出货位统一编码" ) |
| | | private String dchwtybm; |
| | | |
| | | @PropertyDef(label = "粮食品种代码") |
| | | private String lspzdm; |
| | | |
| | |
| | | private Date dcrq; |
| | | |
| | | @PropertyDef(label = "倒出数量") |
| | | private Double dcsl; |
| | | private double dcsl; |
| | | |
| | | @PropertyDef(label = "包装物") |
| | | private String bzw; |
| | |
| | | @PropertyDef(label = "最后更新时间") |
| | | private Date zhgxsj; |
| | | |
| | | @PropertyDef(label = "库调单号") |
| | | private String kddh; |
| | | @PropertyDef(label = "批次号") |
| | | private String pch; |
| | | |
| | | @PropertyDef(label = "标记位") |
| | | private String bjw; |
| | | } |
| | | |
| | | @PropertyDef(label = "库调单号") |
| | | private String kddh; |
| | | } |