| | |
| | | this.burial = jar.getBurial(); |
| | | } |
| | | |
| | | public BasJarMast(BasJar jar) { |
| | | Date now = new Date(); |
| | | // this.jarEnterStaNo = jarEnterStaNo; |
| | | this.jarOutStaNo = jar.getStaNo(); |
| | | this.jarId = jar.getJarNo(); |
| | | this.jarRegin = jar.getRegion(); |
| | | this.status = 0; |
| | | this.enterSteNo = jar.getEnterSteNo(); |
| | | this.outSteId = jar.getOutSteNo(); |
| | | this.enterRgvId = jar.getEnterRgvNo();; |
| | | this.outRgvId = jar.getOutRgvNo();; |
| | | this.ioTime = now; |
| | | this.modiTime = now; |
| | | this.appeTime = now; |
| | | this.jarLocDigit = jarLocDigit; |
| | | this.burial = jar.getBurial(); |
| | | } |
| | | |
| | | |
| | | // BasJarMast basJarMast = new BasJarMast( |
| | | // null, // 工作号[非空] |