| | |
| | | */ |
| | | private String serialNum; |
| | | /** |
| | | * 物资类型id |
| | | * 物资类型id 大类 |
| | | */ |
| | | private Long materialClassifyId; |
| | | private Long bigClassifyId; |
| | | /** |
| | | * 物资类型 小类 |
| | | */ |
| | | private Long smallClassifyId; |
| | | /** |
| | | * 部门id |
| | | */ |
| | |
| | | * 是否是耗材(0是, 1否) |
| | | */ |
| | | private Byte consumable; |
| | | /** |
| | | * 有效数量 |
| | | */ |
| | | private Integer totalCount; |
| | | /** |
| | | * 库存数量 |
| | | */ |
| | | private Integer stockCount; |
| | | /** |
| | | * 删除标识 |
| | | */ |
| | |
| | | this.serialNum = serialNum; |
| | | } |
| | | |
| | | public Long getMaterialClassifyId() { |
| | | return materialClassifyId; |
| | | public Long getBigClassifyId() { |
| | | return bigClassifyId; |
| | | } |
| | | |
| | | public void setMaterialClassifyId(Long materialClassifyId) { |
| | | this.materialClassifyId = materialClassifyId; |
| | | public void setBigClassifyId(Long bigClassifyId) { |
| | | this.bigClassifyId = bigClassifyId; |
| | | } |
| | | |
| | | public Long getSmallClassifyId() { |
| | | return smallClassifyId; |
| | | } |
| | | |
| | | public void setSmallClassifyId(Long smallClassifyId) { |
| | | this.smallClassifyId = smallClassifyId; |
| | | } |
| | | |
| | | public Long getDepId() { |
| | |
| | | this.updateTime = updateTime; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | } |