| | |
| | | // 物料数量 |
| | | private Double count; |
| | | |
| | | private String matStatus; |
| | | |
| | | // 生产单号 |
| | | private String str5; |
| | | |
| | | // 通知单号 |
| | | private String str6; |
| | | |
| | | public String getMatNo() { |
| | | return matNo; |
| | | } |
| | |
| | | public void setCount(Double count) { |
| | | this.count = count; |
| | | } |
| | | |
| | | public String getMatStatus() { |
| | | return matStatus; |
| | | } |
| | | |
| | | public void setMatStatus(String matStatus) { |
| | | this.matStatus = matStatus; |
| | | } |
| | | |
| | | public String getStr5() { |
| | | return str5; |
| | | } |
| | | |
| | | public void setStr5(String str5) { |
| | | this.str5 = str5; |
| | | } |
| | | |
| | | public String getStr6() { |
| | | return str6; |
| | | } |
| | | |
| | | public void setStr6(String str6) { |
| | | this.str6 = str6; |
| | | } |
| | | } |
| | | |
| | | public String getBarcode() { |