| | |
| | | |
| | | public BasJarMastLog() {} |
| | | |
| | | public BasJarMastLog(BasJarMast basJarMast) { |
| | | this.wrkNo = basJarMast.getWrkNo(); |
| | | this.enterStaNo = basJarMast.getEnterStaNo(); |
| | | this.outStaNo = basJarMast.getOutStaNo(); |
| | | this.jarEnterStaNo = basJarMast.getJarEnterStaNo(); |
| | | this.jarOutStaNo = basJarMast.getJarOutStaNo(); |
| | | this.jarId = basJarMast.getJarId(); |
| | | this.jarRegin = basJarMast.getJarRegin(); |
| | | this.status = basJarMast.getStatus(); |
| | | this.enterSteNo = basJarMast.getEnterSteNo(); |
| | | this.outSteId = basJarMast.getOutSteId(); |
| | | this.enterRgvId = basJarMast.getEnterRgvId(); |
| | | this.outRgvId = basJarMast.getOutRgvId(); |
| | | this.ioTime = basJarMast.getIoTime(); |
| | | this.modiTime = basJarMast.getModiTime(); |
| | | this.appeTime = basJarMast.getAppeTime(); |
| | | } |
| | | public BasJarMastLog(Long wrkNo,Integer enterStaNo,Integer outStaNo,Integer jarEnterStaNo,Integer jarOutStaNo,Integer jarId,Integer jarRegin,Integer status,Integer enterSteNo,Integer outSteId,Integer enterRgvId,Integer outRgvId,Date ioTime,Date modiTime,Date appeTime) { |
| | | this.wrkNo = wrkNo; |
| | | this.enterStaNo = enterStaNo; |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | } |