| | |
| | | package com.zy.asrs.wcs.core.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.wcs.system.entity.Host; |
| | | import com.zy.asrs.wcs.system.entity.User; |
| | |
| | | private String deviceStandbyLoc; |
| | | |
| | | /** |
| | | * 待机位库位号 |
| | | * 小车待机位库位号 |
| | | */ |
| | | @ApiModelProperty(value= "待机位库位号") |
| | | @ApiModelProperty(value= "小车待机位库位号") |
| | | private String standbyLoc; |
| | | |
| | | /** |
| | | * 换层锁定路径 |
| | | */ |
| | | @ApiModelProperty(value= "换层锁定路径") |
| | | private String lockPath; |
| | | |
| | | public ShuttleStandby() {} |
| | | |
| | |
| | | return null; |
| | | } |
| | | |
| | | public List<String> getStandbyLoc$() { |
| | | ArrayList<String> list = new ArrayList<>(); |
| | | if (this.standbyLoc != null) { |
| | | List<String> standbyLocs = JSON.parseArray(this.standbyLoc, String.class); |
| | | list.addAll(standbyLocs); |
| | | } |
| | | return list; |
| | | } |
| | | |
| | | public List<String> getLockPath$() { |
| | | ArrayList<String> list = new ArrayList<>(); |
| | | if (this.lockPath != null) { |
| | | List<String> lockPaths = JSON.parseArray(this.lockPath, String.class); |
| | | list.addAll(lockPaths); |
| | | } |
| | | return list; |
| | | } |
| | | |
| | | |
| | | } |