| | |
| | | |
| | | private String matStatus; |
| | | |
| | | private String str5; |
| | | |
| | | private String str6; |
| | | |
| | | public MatCodeCountDto() { |
| | | } |
| | | |
| | | public MatCodeCountDto(String matNo, Double count, String matStatus) { |
| | | public MatCodeCountDto(String matNo, Double count, String matStatus, String str5, String str6) { |
| | | this.matNo = matNo; |
| | | this.count = count; |
| | | this.matStatus = matStatus; |
| | | this.str5 = str5; |
| | | this.str6 = str6; |
| | | } |
| | | |
| | | public String getMatNo() { |
| | |
| | | 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; |
| | | } |
| | | } |