| | |
| | | package com.consum.base.pojo; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.walker.web.param.ParamRequest; |
| | | |
| | | import java.util.List; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * @ClassName LWhFormProcureParam |
| | | * @Author cy |
| | | * @Date 2023/10/27 |
| | | * @Description |
| | | * @Version 1.0 |
| | | **/ |
| | | @Data |
| | | public class LWhFormProcureParam extends ParamRequest { |
| | | |
| | | private Long id; |
| | | /** |
| | | * 仓库编号 |
| | |
| | | */ |
| | | private Integer buyType = null; |
| | | |
| | | /** |
| | | * 采购方式时间yyyy-MM-dd HH:mm:ss |
| | | */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private String procureTime; |
| | | |
| | | /** |
| | | * 采购单型号 |
| | | */ |
| | | private List<LWhFormProcureGoodsParams> procureGoods; |
| | | private List<LWhFormProcureGoodsInfoParam> procureGoods; |
| | | |
| | | public Long getWarehouseId() { |
| | | return warehouseId; |
| | | } |
| | | |
| | | public void setWarehouseId(Long warehouseId) { |
| | | this.warehouseId = warehouseId; |
| | | } |
| | | |
| | | public String getProcureDoc() { |
| | | return procureDoc; |
| | | } |
| | | |
| | | public void setProcureDoc(String procureDoc) { |
| | | this.procureDoc = procureDoc; |
| | | } |
| | | |
| | | public Integer getBuyType() { |
| | | return buyType; |
| | | } |
| | | |
| | | public void setBuyType(Integer buyType) { |
| | | this.buyType = buyType; |
| | | } |
| | | |
| | | public List<LWhFormProcureGoodsParams> getProcureGoods() { |
| | | return procureGoods; |
| | | } |
| | | |
| | | public void setProcureGoods(List<LWhFormProcureGoodsParams> procureGoods) { |
| | | this.procureGoods = procureGoods; |
| | | } |
| | | |
| | | /** |
| | | * 入库单号 |
| | |
| | | */ |
| | | private Long incomeTimeEnd; |
| | | |
| | | public String getBusinessFormCode() { |
| | | return businessFormCode; |
| | | } |
| | | |
| | | public void setBusinessFormCode(String businessFormCode) { |
| | | this.businessFormCode = businessFormCode; |
| | | } |
| | | |
| | | public String getGoodsTemplateName() { |
| | | return goodsTemplateName; |
| | | } |
| | | |
| | | public void setGoodsTemplateName(String goodsTemplateName) { |
| | | this.goodsTemplateName = goodsTemplateName; |
| | | } |
| | | |
| | | public Long getAgencyId() { |
| | | return agencyId; |
| | | } |
| | | |
| | | public void setAgencyId(Long agencyId) { |
| | | this.agencyId = agencyId; |
| | | } |
| | | |
| | | public String getBuyerName() { |
| | | return buyerName; |
| | | } |
| | | |
| | | public void setBuyerName(String buyerName) { |
| | | this.buyerName = buyerName; |
| | | } |
| | | |
| | | public Short getStates() { |
| | | return states; |
| | | } |
| | | |
| | | public void setStates(Short states) { |
| | | this.states = states; |
| | | } |
| | | |
| | | public Long getIncomeTimeStart() { |
| | | return incomeTimeStart; |
| | | } |
| | | |
| | | public void setIncomeTimeStart(Long incomeTimeStart) { |
| | | this.incomeTimeStart = incomeTimeStart; |
| | | } |
| | | |
| | | public Long getIncomeTimeEnd() { |
| | | return incomeTimeEnd; |
| | | } |
| | | |
| | | public void setIncomeTimeEnd(Long incomeTimeEnd) { |
| | | this.incomeTimeEnd = incomeTimeEnd; |
| | | } |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | } |