|  |  | 
 |  |  |      * 穿梭车 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "穿梭车") | 
 |  |  |     @TableField("rtv_no") | 
 |  |  |     private Integer rtvNo; | 
 |  |  |     @TableField("rgv_no") | 
 |  |  |     private Integer rgvNo; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * plc | 
 |  |  | 
 |  |  |  | 
 |  |  |     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; | 
 
 |  |  | 
 |  |  |         <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" /> |