| | |
| | | |
| | | public BasDevpOpt() {} |
| | | |
| | | public BasDevpOpt(Integer wrkNo,Date sendTime,Integer sourceSta,Integer posSta,Date updateTime,String sourceLoading,String barcode,Long frontErr,Long backErr,Long highErr,Long leftErr,Long rightErr,Long barcodeErr) { |
| | | public BasDevpOpt(Integer wrkNo,Date sendTime,Integer sourceSta,Integer posSta,Date updateTime,String sourceLoading,String barcode,Long frontErr,Long backErr,Long highErr,Long leftErr,Long rightErr,Long barcodeErr,String posLoading) { |
| | | this.wrkNo = wrkNo; |
| | | this.sendTime = sendTime; |
| | | this.sourceSta = sourceSta; |
| | |
| | | this.leftErr = leftErr; |
| | | this.rightErr = rightErr; |
| | | this.barcodeErr = barcodeErr; |
| | | this.posLoading =posLoading; |
| | | } |
| | | |
| | | // BasDevpOpt basDevpOpt = new BasDevpOpt( |