库存调整记录查询条件添加;

This commit is contained in:
王奎兴
2026-05-29 20:57:38 +08:00
parent 3ad3707c59
commit 13e770013a
7 changed files with 37 additions and 3 deletions
@@ -100,6 +100,7 @@ public class InventoryAdjustmentRecordDTO extends BaseVOEntity {
@ApiModelProperty("批次号")
@Excel(name = "批次号")
private String batchNumber;
private String lotNumber;
@ApiModelProperty("容器id")
@Excel(name = "容器id")
@@ -168,4 +169,4 @@ public class InventoryAdjustmentRecordDTO extends BaseVOEntity {
@ApiModelProperty(name = "权限菜单ID")
private Long permissionMenuId;
}
}