| | |
| | | * 货位编号 |
| | | */ |
| | | @ApiModelProperty(value= "货位编号") |
| | | @TableId(value = "loc_no", type = IdType.INPUT) |
| | | @TableField("loc_no") |
| | | private String locNo; |
| | | |
| | |
| | | @TableField("uuid") |
| | | private String uuid; |
| | | |
| | | public ManLocDetl() {} |
| | | |
| | | public ManLocDetl(Long hostId, String locNo,Long nodeId,String zpallet,Double anfme,String matnr,String maktx,String name,String specs,String model,String batch,String unit,String barcode,Long docId,String docNum,String custName,Integer itemNum,Integer count,Double weight,Integer status,Long createBy,Date createTime,Long updateBy,Date modiTime,String memo,int owner ,int payment,String uuid) { |
| | | this.hostId = hostId; |
| | | this.nodeId = nodeId; |
| | | this.zpallet = zpallet; |
| | | this.anfme = anfme; |
| | | this.maktx = maktx; |
| | | this.name = name; |
| | | this.specs = specs; |
| | | this.model = model; |
| | | this.batch = batch; |
| | | this.unit = unit; |
| | | this.barcode = barcode; |
| | | this.docId = docId; |
| | | this.docNum = docNum; |
| | | this.custName = custName; |
| | | this.itemNum = itemNum; |
| | | this.count = count; |
| | | this.weight = weight; |
| | | this.status = status; |
| | | this.createBy = createBy; |
| | | this.createTime = createTime; |
| | | this.updateBy = updateBy; |
| | | this.modiTime = modiTime; |
| | | this.memo = memo; |
| | | this.owner = owner; |
| | | this.payment = payment; |
| | | this.uuid = uuid; |
| | | } |
| | | |
| | | // LocDetl locDetl = new LocDetl( |
| | | // null, // 货位编号[非空] |