PDA移位管理批次属性查询修改,库存查询修改

This commit is contained in:
秦鸿展
2026-03-13 16:57:48 +08:00
parent f7fea55e23
commit d7dd8a4567
8 changed files with 447 additions and 36 deletions
@@ -256,6 +256,21 @@ public class ShiftMaterialDetailDTO extends BaseVOEntity {
@Excel(name = "面积")
private BigDecimal area;
@ApiModelProperty("总净重(KG)PDA 表单区显示")
@Excel(name = "总净重(KG)")
private BigDecimal totalNetWeight;
@ApiModelProperty("总毛重(KG)PDA 表单区显示")
@Excel(name = "总毛重(KG)")
private BigDecimal totalGrossWeight;
@ApiModelProperty("总体积(CBM)PDA 表单区显示")
@Excel(name = "总体积(CBM)")
private BigDecimal totalVolume;
@ApiModelProperty("总面积(SQM)PDA 表单区显示")
@Excel(name = "总面积(SQM)")
private BigDecimal totalArea;
@ApiModelProperty(name = "组织ID集合")
private List<Long> organizationIdList;