| | |
| | | @ApiModelProperty(value= "仓库地址") |
| | | private String address; |
| | | |
| | | /** |
| | | * 经度 |
| | | */ |
| | | @ApiModelProperty(value= "经度") |
| | | private String longitude; |
| | | |
| | | /** |
| | | * 纬度 |
| | | */ |
| | | @ApiModelProperty(value= "纬度") |
| | | private String latgitude; |
| | | |
| | | /** |
| | | * 长 |
| | | */ |
| | | @ApiModelProperty(value= "长") |
| | | private Double length; |
| | | |
| | | /** |
| | | * 宽 |
| | | */ |
| | | @ApiModelProperty(value= "宽") |
| | | private Double width; |
| | | |
| | | /** |
| | | * 高 |
| | | */ |
| | | @ApiModelProperty(value= "高") |
| | | private Double height; |
| | | // /** |
| | | // * 经度 |
| | | // */ |
| | | // @ApiModelProperty(value= "经度") |
| | | // private String longitude; |
| | | // |
| | | // /** |
| | | // * 纬度 |
| | | // */ |
| | | // @ApiModelProperty(value= "纬度") |
| | | // private String latgitude; |
| | | // |
| | | // /** |
| | | // * 长 |
| | | // */ |
| | | // @ApiModelProperty(value= "长") |
| | | // private Double length; |
| | | // |
| | | // /** |
| | | // * 宽 |
| | | // */ |
| | | // @ApiModelProperty(value= "宽") |
| | | // private Double width; |
| | | // |
| | | // /** |
| | | // * 高 |
| | | // */ |
| | | // @ApiModelProperty(value= "高") |
| | | // private Double height; |
| | | |
| | | /** |
| | | * 状态 1: 正常 0: 冻结 |
| | |
| | | this.code = code; |
| | | this.factory = factory; |
| | | this.address = address; |
| | | this.longitude = longitude; |
| | | this.latgitude = latgitude; |
| | | this.length = length; |
| | | this.width = width; |
| | | this.height = height; |
| | | // this.longitude = longitude; |
| | | // this.latgitude = latgitude; |
| | | // this.length = length; |
| | | // this.width = width; |
| | | // this.height = height; |
| | | this.status = status; |
| | | this.deleted = deleted; |
| | | this.tenantId = tenantId; |