| | |
| | | import java.util.Date; |
| | | |
| | | import com.zy.asrs.wms.asrs.service.OrderDetlLogService; |
| | | import com.zy.asrs.wms.asrs.service.OrderDetlService; |
| | | import com.zy.asrs.wms.asrs.service.OrderLogService; |
| | | import com.zy.asrs.wms.system.entity.Host; |
| | | import com.zy.asrs.wms.system.entity.User; |
| | |
| | | @ApiModelProperty(value= "备注") |
| | | private String memo; |
| | | |
| | | /** |
| | | * 商品编号 |
| | | */ |
| | | @ApiModelProperty(value= "商品编号") |
| | | private String matnr; |
| | | |
| | | /** |
| | | * 批号 |
| | | */ |
| | | @ApiModelProperty(value= "批号") |
| | | private String batch; |
| | | |
| | | public WaitPakinLog() {} |
| | | |
| | | public WaitPakinLog(Long orderId,String orderNo,Double anfme,String barcode,Long detlId,Integer ioStatus,Long hostId,Integer status,Integer deleted,Date createTime,Long createBy,Date updateTime,Long updateBy,String memo) { |
| | |
| | | return null; |
| | | } |
| | | |
| | | public OrderDetlLog getDetl$(){ |
| | | OrderDetlLogService service = SpringUtils.getBean(OrderDetlLogService.class); |
| | | OrderDetlLog orderDetlLog = service.getById(this.detlId); |
| | | if (!Cools.isEmpty(orderDetlLog)){ |
| | | return orderDetlLog; |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | public String getDetlId$(){ |
| | | OrderDetlLogService service = SpringUtils.getBean(OrderDetlLogService.class); |
| | | OrderDetlLog orderDetlLog = service.getById(this.detlId); |