| | |
| | | @TableField("take_none") |
| | | private String takeNone; |
| | | |
| | | /** |
| | | * 呼叫agv 1.准备呼叫,2.已呼叫 |
| | | */ |
| | | @ApiModelProperty(value = "呼叫agv 1.准备呼叫,2.已呼叫") |
| | | @TableField("call_agv") |
| | | private Integer callAgv; |
| | | |
| | | public WrkMast() { |
| | | } |
| | | |
| | |
| | | return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.ymd); |
| | | } |
| | | |
| | | public String getCallAgv$() { |
| | | switch (this.callAgv) { |
| | | case 0: return "未呼叫"; |
| | | case 1: return "准备呼叫"; |
| | | case 2: return "已呼叫"; |
| | | default: |
| | | } |
| | | return ""; |
| | | } |
| | | |
| | | public String getWrkSts$() { |
| | | BasWrkStatusService service = SpringUtils.getBean(BasWrkStatusService.class); |
| | | BasWrkStatus basWrkStatus = service.selectById(this.wrkSts); |