| | |
| | | private Integer slot; |
| | | |
| | | /** |
| | | * 启用状态 |
| | | * 栅格号 |
| | | */ |
| | | @ApiModelProperty(value = "最大厚度", position = 5) |
| | | private Integer maxThickness; |
| | | |
| | | /** |
| | | * 剩余宽度 |
| | | */ |
| | | @ApiModelProperty(value = "最小厚度", position = 6) |
| | | @ApiModelProperty(value = "最小厚度", position = 5) |
| | | private Integer minThickness; |
| | | /** |
| | | * 栅格号 |
| | | */ |
| | | @ApiModelProperty(value = "最大厚度", position = 6) |
| | | private Integer maxThickness; |
| | | |
| | | /** |
| | | * 启用状态 |
| | |
| | | @ApiModelProperty(value = "剩余宽度", position = 8) |
| | | private Integer remainWidth; |
| | | |
| | | /** |
| | | * 格子高度 |
| | | */ |
| | | @ApiModelProperty(value = "格子高度", position = 9) |
| | | private Integer slotHeight; |
| | | |
| | | @ApiModelProperty(hidden = true) |
| | | @TableField(exist = false) |
| | | private List<BigStorageCageDetails> bigStorageCageDetails; |