| | |
| | | private String bigClassifyName; |
| | | |
| | | private Long smallClassifyId; |
| | | private String smallClassifyName; |
| | | /** |
| | | * 部门id |
| | | */ |
| | |
| | | * 物资名称 |
| | | */ |
| | | private String materialName; |
| | | /** |
| | | * |
| | | */ |
| | | private Integer totalCount; |
| | | private Integer stockCount; |
| | | /** |
| | | * 是否是耗材(0是, 1否) |
| | | */ |
| | |
| | | public void setSmallClassifyId(Long smallClassifyId) { |
| | | this.smallClassifyId = smallClassifyId; |
| | | } |
| | | |
| | | public String getSmallClassifyName() { |
| | | return smallClassifyName; |
| | | } |
| | | |
| | | public void setSmallClassifyName(String smallClassifyName) { |
| | | this.smallClassifyName = smallClassifyName; |
| | | } |
| | | |
| | | public Integer getTotalCount() { |
| | | return totalCount; |
| | | } |
| | | |
| | | public void setTotalCount(Integer totalCount) { |
| | | this.totalCount = totalCount; |
| | | } |
| | | |
| | | public Integer getStockCount() { |
| | | return stockCount; |
| | | } |
| | | |
| | | public void setStockCount(Integer stockCount) { |
| | | this.stockCount = stockCount; |
| | | } |
| | | } |