PDA容器移位物料包装规格显示

This commit is contained in:
秦鸿展
2026-03-14 18:49:55 +08:00
parent dab24d7b58
commit e029cbcb1f
5 changed files with 56 additions and 1 deletions
@@ -69,6 +69,18 @@ public class MaterialInventoryQueryListPO extends MaterialBasePO {
@Excel(name = "物料条形码")
private String barCode;
@ApiModelProperty("包装规格id")
@Excel(name = "包装规格id")
private Long packId;
@ApiModelProperty("包装规格编码")
@Excel(name = "包装规格编码")
private String packCode;
@ApiModelProperty("包装规格名称")
@Excel(name = "包装规格名称")
private String packName;
@ApiModelProperty("仓库id")
@Excel(name = "仓库id")
private Long warehouseId;