| | |
| | | package com.consum.base.pojo; |
| | | |
| | | import com.walker.web.param.ParamRequest; |
| | | import io.swagger.annotations.ApiModel; |
| | | import lombok.Data; |
| | | |
| | | @Data |
| | | @ApiModel(value = "盘点单条件参数") |
| | | public class LWhFormInventoryParam extends ParamRequest { |
| | | |
| | | private Long id; |
| | | /** |
| | | * 盘点单号 |
| | |
| | | /** |
| | | * 操作人 |
| | | */ |
| | | private Long operatorId; |
| | | private Long operatorUserId; |
| | | /** |
| | | * 监盘人 |
| | | */ |
| | | private Integer operatorId2; |
| | | /** |
| | | * 备注 |
| | | */ |
| | | private String beiz1; |
| | | private Long monitorUserId; |
| | | |
| | | /** |
| | | * 盘点时间 开始 |
| | | */ |
| | | private Long inventoryDateStart; |
| | | private Long startTime; |
| | | /** |
| | | * 盘点时间 结束 |
| | | */ |
| | | private Long inventoryDateEnd; |
| | | private Long endTime; |
| | | /** |
| | | * 机构id |
| | | */ |
| | |
| | | private Integer pageSize = 10; |
| | | private Integer pageNum = 1; |
| | | |
| | | public Integer getPageSize() { |
| | | return pageSize; |
| | | } |
| | | |
| | | public void setPageSize(Integer pageSize) { |
| | | this.pageSize = pageSize; |
| | | } |
| | | |
| | | public Integer getPageNum() { |
| | | return pageNum; |
| | | } |
| | | |
| | | public void setPageNum(Integer pageNum) { |
| | | this.pageNum = pageNum; |
| | | } |
| | | |
| | | |
| | | public String getOperatorName() { |
| | | return operatorName; |
| | | } |
| | | |
| | | public void setOperatorName(String operatorName) { |
| | | this.operatorName = operatorName; |
| | | } |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getBusinessFormName() { |
| | | return businessFormName; |
| | | } |
| | | |
| | | public void setBusinessFormName(String businessFormName) { |
| | | this.businessFormName = businessFormName; |
| | | } |
| | | |
| | | public Long getWarehouseId() { |
| | | return warehouseId; |
| | | } |
| | | |
| | | public void setWarehouseId(Long warehouseId) { |
| | | this.warehouseId = warehouseId; |
| | | } |
| | | |
| | | public Long getOperatorId() { |
| | | return operatorId; |
| | | } |
| | | |
| | | public void setOperatorId(Long operatorId) { |
| | | this.operatorId = operatorId; |
| | | } |
| | | |
| | | public Integer getOperatorId2() { |
| | | return operatorId2; |
| | | } |
| | | |
| | | public void setOperatorId2(Integer operatorId2) { |
| | | this.operatorId2 = operatorId2; |
| | | } |
| | | |
| | | public String getBeiz1() { |
| | | return beiz1; |
| | | } |
| | | |
| | | public void setBeiz1(String beiz1) { |
| | | this.beiz1 = beiz1; |
| | | } |
| | | |
| | | public Long getInventoryDateStart() { |
| | | return inventoryDateStart; |
| | | } |
| | | |
| | | public void setInventoryDateStart(Long inventoryDateStart) { |
| | | this.inventoryDateStart = inventoryDateStart; |
| | | } |
| | | |
| | | public Long getInventoryDateEnd() { |
| | | return inventoryDateEnd; |
| | | } |
| | | |
| | | public void setInventoryDateEnd(Long inventoryDateEnd) { |
| | | this.inventoryDateEnd = inventoryDateEnd; |
| | | } |
| | | |
| | | public Long getAgencyId() { |
| | | return agencyId; |
| | | } |
| | | |
| | | public void setAgencyId(Long agencyId) { |
| | | this.agencyId = agencyId; |
| | | } |
| | | |
| | | public String getGoodsTemplateName() { |
| | | return goodsTemplateName; |
| | | } |
| | | |
| | | public void setGoodsTemplateName(String goodsTemplateName) { |
| | | this.goodsTemplateName = goodsTemplateName; |
| | | } |
| | | |
| | | public Long getBaseGoodsModelsId() { |
| | | return baseGoodsModelsId; |
| | | } |
| | | |
| | | public void setBaseGoodsModelsId(Long baseGoodsModelsId) { |
| | | this.baseGoodsModelsId = baseGoodsModelsId; |
| | | } |
| | | |
| | | public Integer getInventoryResult() { |
| | | return inventoryResult; |
| | | } |
| | | |
| | | public void setInventoryResult(Integer inventoryResult) { |
| | | this.inventoryResult = inventoryResult; |
| | | } |
| | | |
| | | public void setBusinessFormCode(String businessFormCode) { |
| | | this.businessFormCode = businessFormCode; |
| | | } |
| | | |
| | | public Long getStopTimeStart() { |
| | | return stopTimeStart; |
| | | } |
| | | |
| | | public void setStopTimeStart(Long stopTimeStart) { |
| | | this.stopTimeStart = stopTimeStart; |
| | | } |
| | | |
| | | public Long getStopTimeEnd() { |
| | | return stopTimeEnd; |
| | | } |
| | | |
| | | public void setStopTimeEnd(Long stopTimeEnd) { |
| | | this.stopTimeEnd = stopTimeEnd; |
| | | } |
| | | |
| | | public String getBusinessFormCode() { |
| | | return businessFormCode; |
| | | } |
| | | |
| | | public Long getWarehouseFormCode() { |
| | | return warehouseFormCode; |
| | | } |
| | | |
| | | public void setWarehouseFormCode(Long warehouseFormCode) { |
| | | this.warehouseFormCode = warehouseFormCode; |
| | | } |
| | | } |