| | |
| | | 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; |
| | |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | @Data |
| | | @TableName("strategy_laneway_rule") |
| | |
| | | // ); |
| | | |
| | | public List<Integer> getLaneX$() { |
| | | if (null == this.laneX){ return null; } |
| | | 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 null; |
| | | return new ArrayList<>(); |
| | | } |
| | | return list; |
| | | } |
| | | |
| | | public List<Integer> getLaneY$() { |
| | | if (null == this.laneY){ return null; } |
| | | 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 null; |
| | | return new ArrayList<>(); |
| | | } |
| | | return list; |
| | | } |