自动化立体仓库 - WCS系统
#
LSH
2023-11-28 93e0a5e12a3f52e88d91c4a7e3f67c5e2dda5bc5
src/main/java/com/zy/asrs/entity/BasRgvErrLog.java
@@ -68,8 +68,8 @@
     * 穿梭车
     */
    @ApiModelProperty(value= "穿梭车")
    @TableField("rtv_no")
    private Integer rtvNo;
    @TableField("rgv_no")
    private Integer rgvNo;
    /**
     * plc
@@ -169,14 +169,14 @@
    public BasRgvErrLog() {}
    public BasRgvErrLog(String uuid,Integer wrkNo,Date startTime,Date endTime,Long wrkSts,Integer ioType,Integer rtvNo,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 BasRgvErrLog(String uuid,Integer wrkNo,Date startTime,Date endTime,Long wrkSts,Integer ioType,Integer rgvNo,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.rtvNo = rtvNo;
        this.rgvNo = rgvNo;
        this.plcNo = plcNo;
        this.locNo = locNo;
        this.staNo = staNo;