| | |
| | | package com.zy.asrs.domain.param; |
| | | |
| | | import com.baomidou.mybatisplus.annotations.TableField; |
| | | import com.baomidou.mybatisplus.annotations.TableId; |
| | | import com.baomidou.mybatisplus.enums.IdType; |
| | | import com.zy.asrs.entity.BasCircularShuttle; |
| | | import com.zy.asrs.entity.WrkMast; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | /** |
| | |
| | | |
| | | private Integer rgvNo; |
| | | |
| | | private short taskNo; |
| | | |
| | | /** |
| | | * 0:正常,1:禁用 |
| | | */ |
| | | private Integer status; |
| | | private Integer error; |
| | | private String status$ = "未知"; |
| | | private String error$ = "-"; |
| | | private Long position = 0L; |
| | | |
| | | public RgvCircularShuttleParam(){}; |