自动化立体仓库 - WMS系统
#
yxFwq
2024-11-19 dbc2514aad6b2b70b08e81f33d45f64aae175ccf
src/main/java/com/zy/asrs/entity/BasJarMastLog.java
@@ -141,6 +141,23 @@
    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;
@@ -208,4 +225,6 @@
    }
}