| | |
| | | package com.zy.asrs.wms.asrs.entity; |
| | | |
| | | import com.alibaba.fastjson.JSON; |
| | | import com.baomidou.mybatisplus.annotation.TableLogic; |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.Date; |
| | | import java.util.*; |
| | | |
| | | import com.zy.asrs.wms.system.entity.Host; |
| | | import com.zy.asrs.wms.system.entity.User; |
| | |
| | | // null // 备注 |
| | | // ); |
| | | |
| | | public List<Integer> getLaneX$() { |
| | | if (null == this.laneX){ return new ArrayList<>(); } |
| | | if (Cools.isEmpty(this.laneX)) { |
| | | return new ArrayList<>(); |
| | | } |
| | | List<Integer> list = JSON.parseArray(this.laneX, Integer.class); |
| | | if (list.isEmpty()) { |
| | | return new ArrayList<>(); |
| | | } |
| | | return list; |
| | | } |
| | | |
| | | public List<Integer> getLaneY$() { |
| | | if (null == this.laneY){ return new ArrayList<>(); } |
| | | if (Cools.isEmpty(this.laneY)) { |
| | | return new ArrayList<>(); |
| | | } |
| | | List<Integer> list = JSON.parseArray(this.laneY, Integer.class); |
| | | if (list.isEmpty()) { |
| | | return new ArrayList<>(); |
| | | } |
| | | return list; |
| | | } |
| | | |
| | | public String getHostId$(){ |
| | | HostService service = SpringUtils.getBean(HostService.class); |
| | | Host host = service.getById(this.hostId); |