|  |  | 
 |  |  |     @ApiModelProperty(value= "拥有者 1: 杰克   ") | 
 |  |  |     private Integer owner; | 
 |  |  |  | 
 |  |  |     public ManLocDetl() {} | 
 |  |  |     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) { | 
 |  |  |         this.hostId = hostId; | 
 |  |  | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getStatus$(){ | 
 |  |  |         if (null == this.status){ return null; } | 
 |  |  |         if (null == this.status) { | 
 |  |  |             return null; | 
 |  |  |         } | 
 |  |  |         switch (this.status){ | 
 |  |  |             case 1: | 
 |  |  |                 return "正常"; |