feat(wms): 库存调整记录列表新增按入库单号(inOrderNumber)查询

This commit is contained in:
rcx
2026-09-09 14:16:32 +08:00
parent 7649585715
commit fcc8102d9e
2 changed files with 6 additions and 0 deletions
@@ -164,6 +164,9 @@ public class InventoryAdjustmentRecordDTO extends BaseVOEntity {
@ApiModelProperty("关联单号")
private String relateNo;
@ApiModelProperty("入库单号")
private String inOrderNumber;
@ApiModelProperty(name = "组织ID集合")
private List<Long> organizationIdList;