| | |
| | | private String maktx; |
| | | |
| | | /** |
| | | * 关联货位 |
| | | * 库位号 |
| | | */ |
| | | @ApiModelProperty(value= "关联货位") |
| | | private Long nodeId; |
| | | |
| | | /** |
| | | * 货位名称 |
| | | */ |
| | | @ApiModelProperty(value= "货位名称") |
| | | private String nodeName; |
| | | @ApiModelProperty(value= "库位号") |
| | | private String locNo; |
| | | |
| | | /** |
| | | * 安全库存 |
| | |
| | | |
| | | public Prior() {} |
| | | |
| | | public Prior(String uuid,String name,Long matId,String matnr,String maktx,Long nodeId,String nodeName,Double safeQua,Integer prio,String barcode,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | public Prior(String uuid,String name,Long matId,String matnr,String maktx,String locNo,Double safeQua,Integer prio,String barcode,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.uuid = uuid; |
| | | this.name = name; |
| | | this.matId = matId; |
| | | this.matnr = matnr; |
| | | this.maktx = maktx; |
| | | this.nodeId = nodeId; |
| | | this.nodeName = nodeName; |
| | | this.locNo = locNo; |
| | | this.safeQua = safeQua; |
| | | this.prio = prio; |
| | | this.barcode = barcode; |