自动化立体仓库 - WMS系统
Junjie
2023-06-07 d75c82842dac6d9f891e2e3d2aade153a8999619
src/main/java/com/zy/asrs/entity/BasShuttleErrLog.java
@@ -87,8 +87,8 @@
     * 穿梭车
     */
    @ApiModelProperty(value= "穿梭车")
    @TableField("ste_no")
    private Integer steNo;
    @TableField("shuttle_no")
    private Integer shuttleNo;
    /**
     * plc
@@ -188,14 +188,14 @@
    public BasShuttleErrLog() {}
    public BasShuttleErrLog(String uuid,Integer wrkNo,Date startTime,Date endTime,Long wrkSts,Integer ioType,Integer steNo,Integer plcNo,String locNo,Integer staNo,Integer sourceStaNo,String sourceLocNo,String barcode,Integer errCode,String error,Integer status,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) {
    public BasShuttleErrLog(String uuid,Integer wrkNo,Date startTime,Date endTime,Long wrkSts,Integer ioType,Integer shuttleNo,Integer plcNo,String locNo,Integer staNo,Integer sourceStaNo,String sourceLocNo,String barcode,Integer errCode,String error,Integer status,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) {
        this.uuid = uuid;
        this.wrkNo = wrkNo;
        this.startTime = startTime;
        this.endTime = endTime;
        this.wrkSts = wrkSts;
        this.ioType = ioType;
        this.steNo = steNo;
        this.shuttleNo = shuttleNo;
        this.plcNo = plcNo;
        this.locNo = locNo;
        this.staNo = staNo;