| | |
| | | private String materialClassifyName; |
| | | |
| | | private Long parentId; |
| | | /** |
| | | * 是否是耗材(0是,1否) |
| | | */ |
| | | private Byte consumable; |
| | | |
| | | private String consumableName; |
| | | |
| | | private List<SafeMaterialClassifyRPCRespDto> childList; |
| | | |
| | |
| | | public void setChildList(List<SafeMaterialClassifyRPCRespDto> childList) { |
| | | this.childList = childList; |
| | | } |
| | | |
| | | public Byte getConsumable() { |
| | | return consumable; |
| | | } |
| | | |
| | | public void setConsumable(Byte consumable) { |
| | | this.consumable = consumable; |
| | | } |
| | | |
| | | public String getConsumableName() { |
| | | return consumableName; |
| | | } |
| | | |
| | | public void setConsumableName(String consumableName) { |
| | | this.consumableName = consumableName; |
| | | } |
| | | } |