自动化立体仓库 - WCS系统
#
tqs
2022-12-03 2b1113f5e0ed02f7545e6b75ba338d0daf36dc61
#
2个文件已修改
10 ■■■■ 已修改文件
src/main/java/com/zy/asrs/entity/BasRgvErrLog.java 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/BasRgvErrLogMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
src/main/resources/mapper/BasRgvErrLogMapper.xml
@@ -11,7 +11,7 @@
        <result column="end_time" property="endTime" />
        <result column="wrk_sts" property="wrkSts" />
        <result column="io_type" property="ioType" />
        <result column="rtv_no" property="rtvNo" />
        <result column="rtv_no" property="rgvNo" />
        <result column="plc_no" property="plcNo" />
        <result column="loc_no" property="locNo" />
        <result column="sta_no" property="staNo" />