| | |
| | | /** |
| | | * 有效库存数量 |
| | | */ |
| | | private Integer validStockCount; |
| | | private Integer stockCount; |
| | | |
| | | /** |
| | | * 总库存 |
| | | * @return |
| | | */ |
| | | private Integer totalCount; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | |
| | | this.consumableName = consumableName; |
| | | } |
| | | |
| | | public Integer getValidStockCount() { |
| | | return validStockCount; |
| | | public Integer getStockCount() { |
| | | return stockCount; |
| | | } |
| | | |
| | | public void setValidStockCount(Integer validStockCount) { |
| | | this.validStockCount = validStockCount; |
| | | public void setStockCount(Integer stockCount) { |
| | | this.stockCount = stockCount; |
| | | } |
| | | |
| | | public Integer getTotalCount() { |
| | | return totalCount; |
| | | } |
| | | |
| | | public void setTotalCount(Integer totalCount) { |
| | | this.totalCount = totalCount; |
| | | } |
| | | |
| | | public Long getBigClassifyId() { |