| | |
| | | package com.consum.base.pojo; |
| | | |
| | | import com.walker.web.param.ParamRequest; |
| | | |
| | | import java.util.List; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | | * @ClassName LWhFormProcureGoodsParams |
| | | * @Author cy |
| | | * @Date 2023/10/27 |
| | | * @Description |
| | | * @Version 1.0 |
| | | **/ |
| | | @Data |
| | | public class LWhFormProcureGoodsParams extends ParamRequest { |
| | | |
| | | //分类编号 |
| | | private Long baseCategoryId = null; |
| | | //物品模版编号 |
| | |
| | | |
| | | private List<LWhProcureModelParams> models; |
| | | |
| | | public Long getBaseCategoryId() { |
| | | return baseCategoryId; |
| | | } |
| | | |
| | | public void setBaseCategoryId(Long baseCategoryId) { |
| | | this.baseCategoryId = baseCategoryId; |
| | | } |
| | | |
| | | public Long getBaseGoodsTemplateId() { |
| | | return baseGoodsTemplateId; |
| | | } |
| | | |
| | | public void setBaseGoodsTemplateId(Long baseGoodsTemplateId) { |
| | | this.baseGoodsTemplateId = baseGoodsTemplateId; |
| | | } |
| | | |
| | | public String getSupplier() { |
| | | return supplier; |
| | | } |
| | | |
| | | public void setSupplier(String supplier) { |
| | | this.supplier = supplier; |
| | | } |
| | | |
| | | public List<LWhProcureModelParams> getModels() { |
| | | return models; |
| | | } |
| | | |
| | | public void setModels(List<LWhProcureModelParams> models) { |
| | | this.models = models; |
| | | } |
| | | |
| | | // 主键 |
| | | private Long id = null; |
| | | |
| | | // 属性列表 |
| | | private Long whFormProcureId = null; |
| | | |
| | | private String goodsTemplateName = null; |
| | | private String goodsTemplateName; |
| | | |
| | | private Integer sort = null; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public Long getWhFormProcureId() { |
| | | return whFormProcureId; |
| | | } |
| | | |
| | | public void setWhFormProcureId(Long whFormProcureId) { |
| | | this.whFormProcureId = whFormProcureId; |
| | | } |
| | | |
| | | public String getGoodsTemplateName() { |
| | | return goodsTemplateName; |
| | | } |
| | | |
| | | public void setGoodsTemplateName(String goodsTemplateName) { |
| | | this.goodsTemplateName = goodsTemplateName; |
| | | } |
| | | |
| | | public Integer getSort() { |
| | | return sort; |
| | | } |
| | | |
| | | public void setSort(Integer sort) { |
| | | this.sort = sort; |
| | | } |
| | | } |