| | |
| | | |
| | | public WrkMastSplitTwin() {} |
| | | |
| | | public WrkMastSplitTwin(WrkMast wrkMast,Integer crnStation,Date now) { |
| | | this.wrkNo = wrkMast.getWrkNo().longValue(); |
| | | this.createTime = now; |
| | | this.updateTime = now; |
| | | this.type = crnStation; //工位 |
| | | this.lineNumber = wrkMast.getIoPri().intValue(); |
| | | this.bignTime = wrkMast.getIoTime(); |
| | | this.crnNo = wrkMast.getCrnNo(); |
| | | } |
| | | |
| | | public WrkMastSplitTwin(Long wrkNo,Date createTime,Date updateTime,Integer type,Integer wrkSts,Integer lineNumber,Integer wrkType,Date bignTime,Integer crnNo,String wrkStart,String wrkEnd,Integer startRow,Integer startBay,Integer startLev,Integer endRow,Integer endBay,Integer endLev,Integer ioType) { |
| | | this.wrkNo = wrkNo; |
| | | this.createTime = createTime; |