| | |
| | | |
| | | import com.baomidou.mybatisplus.annotations.TableField; |
| | | import com.baomidou.mybatisplus.annotations.TableName; |
| | | import com.baomidou.mybatisplus.mapper.EntityWrapper; |
| | | import com.core.common.Cools; |
| | | import com.core.common.SpringUtils; |
| | | import com.zy.asrs.service.*; |
| | |
| | | |
| | | @ApiModelProperty(value = "") |
| | | private Long id; |
| | | |
| | | /** |
| | | * 任务类型: agv , crn |
| | | */ |
| | | @ApiModelProperty(value = "任务类型: agv , crn") |
| | | @TableField("task_type") |
| | | private String taskType; |
| | | |
| | | /** |
| | | * 工作号 |
| | |
| | | } |
| | | |
| | | public String getStaNo$() { |
| | | BasDevpService service = SpringUtils.getBean(BasDevpService.class); |
| | | BasDevp basDevp = service.selectById(this.staNo); |
| | | if (!Cools.isEmpty(basDevp)) { |
| | | return String.valueOf(basDevp.getDevNo()); |
| | | } |
| | | return null; |
| | | return this.staNo; |
| | | } |
| | | |
| | | public String getSourceStaNo$() { |
| | | BasDevpService service = SpringUtils.getBean(BasDevpService.class); |
| | | BasDevp basDevp = service.selectById(this.sourceStaNo); |
| | | if (!Cools.isEmpty(basDevp)) { |
| | | return String.valueOf(basDevp.getDevNo()); |
| | | } |
| | | return null; |
| | | return this.sourceStaNo; |
| | | } |
| | | |
| | | public String getSourceLocNo$() { |