| | |
| | | package com.zy.asrs.entity; |
| | | |
| | | import com.baomidou.mybatisplus.annotations.TableId; |
| | | import com.baomidou.mybatisplus.enums.IdType; |
| | | import com.core.common.Cools;import com.baomidou.mybatisplus.annotations.TableField; |
| | | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | |
| | | * ID |
| | | */ |
| | | @ApiModelProperty(value= "ID") |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Long id; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @ApiModelProperty(value= "绑定标记") |
| | | @TableField("binding_tags") |
| | | private Integer bindingTags; |
| | | private Long bindingTags; |
| | | |
| | | /** |
| | | * 优先级 |
| | |
| | | @TableField("arm_msg") |
| | | private String armMsg; |
| | | |
| | | /** |
| | | * 异常信息 |
| | | */ |
| | | @ApiModelProperty(value= "条码") |
| | | @TableField("barcode") |
| | | private String barcode; |
| | | |
| | | public BasArmMastLog() {} |
| | | |
| | | public BasArmMastLog(Integer armNo,Integer armDirection,Integer staNo,Integer sortingLine,Integer bindingTags,Long priority,Integer status,String matnr,String sku,String po,String upc,String supplier,String orderNo,Integer ctns,Long createTime,Long armError,String armMsg) { |
| | | public BasArmMastLog(Integer armNo,Integer armDirection,Integer staNo,Integer sortingLine,Long bindingTags,Long priority,Integer status,String matnr,String sku,String po,String upc,String supplier,String orderNo,Integer ctns,Long createTime,Long armError,String armMsg) { |
| | | this.armNo = armNo; |
| | | this.armDirection = armDirection; |
| | | this.staNo = staNo; |
| | |
| | | this.armError = armError; |
| | | this.armMsg = armMsg; |
| | | } |
| | | public BasArmMastLog(BasArmMast basArmMast) { |
| | | this.armNo = basArmMast.getArmNo(); |
| | | this.armDirection = basArmMast.getArmDirection(); |
| | | this.staNo = basArmMast.getStaNo(); |
| | | this.sortingLine = basArmMast.getSortingLine(); |
| | | this.bindingTags = basArmMast.getBindingTags(); |
| | | this.priority = basArmMast.getPriority(); |
| | | this.status = basArmMast.getStatus(); |
| | | this.matnr = basArmMast.getMatnr(); |
| | | this.sku = basArmMast.getSku(); |
| | | this.po = basArmMast.getPo(); |
| | | this.upc = basArmMast.getUpc(); |
| | | this.supplier = basArmMast.getSupplier(); |
| | | this.orderNo = basArmMast.getOrderNo(); |
| | | this.ctns = basArmMast.getCtns(); |
| | | this.createTime = basArmMast.getCreateTime(); |
| | | this.armError = basArmMast.getArmError(); |
| | | this.armMsg = basArmMast.getArmMsg(); |
| | | this.barcode = basArmMast.getBarcode(); |
| | | } |
| | | |
| | | // BasArmMastLog basArmMastLog = new BasArmMastLog( |
| | | // null, // 机械臂编号[非空] |