|  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.enums.IdType; | 
|---|
|  |  |  | import com.core.common.Cools; | 
|---|
|  |  |  | import com.core.common.SpringUtils; | 
|---|
|  |  |  | import com.zy.asrs.service.LocOwnerService; | 
|---|
|  |  |  | import com.zy.asrs.service.NodeService; | 
|---|
|  |  |  | import com.zy.system.entity.Host; | 
|---|
|  |  |  | import com.zy.system.entity.User; | 
|---|
|  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value= "备注") | 
|---|
|  |  |  | private String memo; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 拥有者 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @ApiModelProperty(value= "拥有者 1: 杰克   ") | 
|---|
|  |  |  | private Integer owner; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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) { | 
|---|
|  |  |  | 
|---|
|  |  |  | return null; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getOwner$(){ | 
|---|
|  |  |  | LocOwnerService service = SpringUtils.getBean(LocOwnerService.class); | 
|---|
|  |  |  | LocOwner locOwner = service.selectById(this.owner); | 
|---|
|  |  |  | if (!Cools.isEmpty(locOwner)){ | 
|---|
|  |  |  | return String.valueOf(locOwner.getOwner()); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return null; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Long getNodeId() { | 
|---|
|  |  |  | return nodeId; | 
|---|
|  |  |  | } | 
|---|