| | |
| | | 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.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | @Data |
| | | @TableName("strategy_laneway_rule") |
| | |
| | | // null // 备注 |
| | | // ); |
| | | |
| | | public List<Integer> getLaneX$() { |
| | | if (null == this.laneX){ return null; } |
| | | List<Integer> list = JSON.parseArray(this.laneX, Integer.class); |
| | | if (list.isEmpty()) { |
| | | return null; |
| | | } |
| | | return list; |
| | | } |
| | | |
| | | public List<Integer> getLaneY$() { |
| | | if (null == this.laneY){ return null; } |
| | | List<Integer> list = JSON.parseArray(this.laneY, Integer.class); |
| | | if (list.isEmpty()) { |
| | | return null; |
| | | } |
| | | return list; |
| | | } |
| | | |
| | | public String getHostId$(){ |
| | | HostService service = SpringUtils.getBean(HostService.class); |
| | | Host host = service.getById(this.hostId); |