| | |
| | | import com.baomidou.mybatisplus.annotations.TableId; |
| | | import com.baomidou.mybatisplus.annotations.TableName; |
| | | import com.baomidou.mybatisplus.enums.IdType; |
| | | import com.core.common.Cools; |
| | | import com.core.common.SpringUtils; |
| | | import com.zy.asrs.service.*; |
| | | import com.zy.system.entity.User; |
| | | import com.zy.system.service.UserService; |
| | | import com.core.common.Cools; |
| | | import com.core.common.SpringUtils; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | |
| | | |
| | | @ApiModelProperty(value= "") |
| | | @TableField("Pdc_type") |
| | | private String PdcType; |
| | | private String pdcType; |
| | | |
| | | @ApiModelProperty(value= "") |
| | | @TableField("ctn_no") |
| | |
| | | @TableField("take_none") |
| | | private String takeNone; |
| | | |
| | | /** |
| | | * RGV号 |
| | | */ |
| | | @ApiModelProperty(value= "RGV") |
| | | @TableField("rgv_no") |
| | | private Integer rgvNo; |
| | | |
| | | /** |
| | | * RGV源站 |
| | | */ |
| | | @ApiModelProperty(value= "RGV源站") |
| | | @TableField("rgv_ssta_no") |
| | | private Integer rgvSstaNo; |
| | | |
| | | /** |
| | | * RGV目标站 |
| | | */ |
| | | @ApiModelProperty(value= "RGV目标站") |
| | | @TableField("rgv_dsta_no") |
| | | private Integer rgvDstaNo; |
| | | |
| | | @ApiModelProperty(value= "rgv命令下发时间") |
| | | @TableField("rgv_create_time") |
| | | private Date rgvCreateTime; |
| | | |
| | | @ApiModelProperty(value= "rgv任务完成时间") |
| | | @TableField("rgv_finish_time") |
| | | private Date rgvFinishTime; |
| | | |
| | | /** |
| | | * 伴生工作号 |
| | | */ |
| | | @ApiModelProperty(value= "伴生工作号") |
| | | @TableField("work_no_other") |
| | | private Integer workNoOther; |
| | | |
| | | public WrkMastLog() {} |
| | | |
| | | public String getWrkNo$(){ |
| | |
| | | return null; |
| | | } |
| | | |
| | | public long getWrkSts(){ |
| | | return (long)this.wrkSts; |
| | | } |
| | | |
| | | public String getIoType$(){ |
| | | BasWrkIotypeService service = SpringUtils.getBean(BasWrkIotypeService.class); |
| | | BasWrkIotype basWrkIotype = service.selectById(this.ioType); |