| | |
| | | @Data |
| | | public class TransferQry { |
| | | |
| | | |
| | | /** |
| | | * 调拨单号/分发单号 |
| | | */ |
| | |
| | | */ |
| | | @ApiModelProperty(value = "物品模版名称") |
| | | private String goodsTemplateName; |
| | | /** |
| | | * 物品模版id |
| | | */ |
| | | @ApiModelProperty(value = "物品模版id") |
| | | private Long goodsTemplateId; |
| | | |
| | | /** |
| | | * 出库仓库机构编号(调拨机构) |
| | | */ |
| | |
| | | @ApiModelProperty(value = "查询类型") |
| | | private Integer qryType; |
| | | |
| | | // /** |
| | | // * 入库仓库编号 |
| | | // */ |
| | | // private Long inWarehouseId; |
| | | // |
| | | // /** |
| | | // * 调拨时间 |
| | | // */ |
| | | // private Long createTime; |
| | | // /** |
| | | // * 调拨手续 |
| | | // */ |
| | | // private String procureDoc; |
| | | // /** |
| | | // * 调拨单型号 |
| | | // */ |
| | | // private List<LWhProcureModelParams> models; |
| | | // /** |
| | | // * 物品id |
| | | // */ |
| | | // private Long baseGoodsTemplateId; |
| | | // /** |
| | | // * 单据类型。0仓库调拨;1部门分发;2部门物品回退 |
| | | // */ |
| | | // private Integer transferBusinessType; |
| | | |
| | | @ApiModelProperty(value = "分发部门,部门分发时仓库id就是分发部门") |
| | | private Long departmentId; |
| | | |
| | | } |