| | |
| | | */ |
| | | private Long baseGoodsTemplateId; |
| | | /** |
| | | * 物品名称 |
| | | * 物品模版名称 |
| | | */ |
| | | private String goodsTemplateName; |
| | | /** |
| | | * 出库单号 |
| | | */ |
| | | private String businessFormCode; |
| | | /** |
| | | * 机构 |
| | | */ |
| | | private Long agencyId; |
| | | /** |
| | | * 创建人 |
| | | */ |
| | | private String operatorName; |
| | | /** |
| | | * 1=待出库;2=已出库 |
| | | */ |
| | | private Short states; |
| | | |
| | | /** |
| | | * 出库时间 开始 |
| | | */ |
| | | private Long outputTimeStart; |
| | | /** |
| | | * 出库时间 结束 |
| | | */ |
| | | private Long outputTimeEnd; |
| | | |
| | | public Long getWarehouseId() { |
| | | return warehouseId; |
| | |
| | | public void setGoodsTemplateName(String goodsTemplateName) { |
| | | this.goodsTemplateName = goodsTemplateName; |
| | | } |
| | | |
| | | public String getBusinessFormCode() { |
| | | return businessFormCode; |
| | | } |
| | | |
| | | public void setBusinessFormCode(String businessFormCode) { |
| | | this.businessFormCode = businessFormCode; |
| | | } |
| | | |
| | | public Long getAgencyId() { |
| | | return agencyId; |
| | | } |
| | | |
| | | public void setAgencyId(Long agencyId) { |
| | | this.agencyId = agencyId; |
| | | } |
| | | |
| | | public String getOperatorName() { |
| | | return operatorName; |
| | | } |
| | | |
| | | public void setOperatorName(String operatorName) { |
| | | this.operatorName = operatorName; |
| | | } |
| | | |
| | | public Short getStates() { |
| | | return states; |
| | | } |
| | | |
| | | public void setStates(Short states) { |
| | | this.states = states; |
| | | } |
| | | |
| | | public Long getOutputTimeStart() { |
| | | return outputTimeStart; |
| | | } |
| | | |
| | | public void setOutputTimeStart(Long outputTimeStart) { |
| | | this.outputTimeStart = outputTimeStart; |
| | | } |
| | | |
| | | public Long getOutputTimeEnd() { |
| | | return outputTimeEnd; |
| | | } |
| | | |
| | | public void setOutputTimeEnd(Long outputTimeEnd) { |
| | | this.outputTimeEnd = outputTimeEnd; |
| | | } |
| | | } |