| | |
| | | /** |
| | | * 容器类型标识 |
| | | */ |
| | | @ApiModelProperty(value= "容器类型标识") |
| | | private Long typeId; |
| | | @ApiModelProperty(value= "容器类型") |
| | | private Long type; |
| | | |
| | | /** |
| | | * 使用次数 |
| | | */ |
| | | @ApiModelProperty(value= "使用次数") |
| | | private Double used; |
| | | private Integer used; |
| | | |
| | | /** |
| | | * 长度 |
| | |
| | | |
| | | public Container() {} |
| | | |
| | | public Container(String code,String name,Long typeId,Double used,Double lenght,Double width,Double height,Double rstLen,Double rstWid,Double rstWei,Double rstHei,Long panrentId,Date vaildTime,Short flagRycle,Short flagLogic,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | public Container(String code,String name,Long typeId,Integer used,Double lenght,Double width,Double height,Double rstLen,Double rstWid,Double rstWei,Double rstHei,Long panrentId,Date vaildTime,Short flagRycle,Short flagLogic,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | | this.code = code; |
| | | this.name = name; |
| | | this.typeId = typeId; |
| | | this.type = typeId; |
| | | this.used = used; |
| | | this.lenght = lenght; |
| | | this.width = width; |