| | |
| | | // 建议目标仓库 |
| | | private String palletId; |
| | | // 调出仓 |
| | | private String targetWareHouseId; |
| | | private String targetWarehouseId; |
| | | // 业务日期,对账使用,时间戳,精确到秒 |
| | | private String sourceWareHouseId; |
| | | private String sourceWarehouseId; |
| | | // 入库类型 |
| | | private String inStockType; |
| | | // 货主类型 |
| | |
| | | |
| | | @ApiModelProperty(value = "数量属性,外购等") |
| | | private String erpClsId; |
| | | @ApiModelProperty(value = "建议目标仓,入库") |
| | | private String targetWarehouseId; |
| | | |
| | | @ApiModelProperty(value = "建议调出仓,出仓") |
| | | private String sourceWarehouseId; |
| | | |
| | | public void setSpec(String spec) { |
| | | this.spec = spec; |