| | |
| | | |
| | | public WrkMastSta() {} |
| | | |
| | | public WrkMastSta(WrkMast wrkMast,Date now,BasDevp basDevp) { |
| | | this.wrkNo = wrkMast.getWrkNo().longValue(); |
| | | this.wrkStart = wrkMast.getSourceStaNo(); |
| | | this.wrkEnd = wrkMast.getStaNo(); |
| | | this.staStart = basDevp.getDevNo(); |
| | | this.staEnd = wrkMast.getStaNo(); |
| | | this.createTime = now; |
| | | this.updateTime = now; |
| | | this.wrkSts = 0; |
| | | this.bignTime = now; |
| | | } |
| | | |
| | | public WrkMastSta(Long wrkNo,Integer wrkStart,Integer wrkEnd,Integer staStart,Integer staEnd,Date createTime,Date updateTime,Integer type,Integer wrkSts,Integer lineNumber,Integer wrkType,Date bignTime) { |
| | | this.wrkNo = wrkNo; |
| | | this.wrkStart = wrkStart; |