src/main/java/com/zy/asrs/entity/WrkMastSta.java
@@ -137,6 +137,18 @@ this.wrkCrn = wrkCrn; } public WrkMastSta(Date now, Integer staStart,Integer staEnd) { this.wrkNo = staStart.longValue()+1000L; this.wrkStart = staStart; this.wrkEnd = staEnd; this.staStart = staStart; this.staEnd = staEnd; this.createTime = now; this.updateTime = now; this.wrkSts = 0; this.bignTime = now; } // WrkMastSta wrkMastSta = new WrkMastSta( // null, // 工作号[非空] // null, // 工作档开始位置[非空]