| | |
| | | this.vendor= vendor; |
| | | } |
| | | |
| | | public MatCodeCountDto(String billNo, Integer seqNo, String matNo, String supplier, Double count,String source, String vendor) { |
| | | public MatCodeCountDto(String billNo, Integer seqNo, String matNo, String supplier, Double count,String source, String vendor,String memo) { |
| | | this.matNo = matNo; |
| | | this.count = count; |
| | | this.billNo = billNo; |
| | |
| | | this.seqNo = seqNo; |
| | | this.source = source; |
| | | this.vendor= vendor; |
| | | this.memo=memo; |
| | | } |
| | | |
| | | public MatCodeCountDto(String billNo, Integer seqNo, String matNo, String supplier, Double count) { |