feat(wms): 库存调整记录列表新增按入库单号(inOrderNumber)查询
This commit is contained in:
+3
@@ -164,6 +164,9 @@ public class InventoryAdjustmentRecordDTO extends BaseVOEntity {
|
||||
@ApiModelProperty("关联单号")
|
||||
private String relateNo;
|
||||
|
||||
@ApiModelProperty("入库单号")
|
||||
private String inOrderNumber;
|
||||
|
||||
@ApiModelProperty(name = "组织ID集合")
|
||||
private List<Long> organizationIdList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user