抄码商品分配库存

This commit is contained in:
zhou-hongcheng
2026-04-16 11:12:54 +08:00
parent 2b1170bde5
commit 4d9fe3dc40
5 changed files with 42 additions and 1 deletions
@@ -462,4 +462,13 @@ public class OutMaterialDetailDTO extends BaseVOEntity {
@ApiModelProperty("库存数量")
@Excel(name = "库存数量")
private BigDecimal stockQuantity;
@ApiModelProperty("抄码id数组")
@Excel(name = "抄码id数组")
private List<Integer> copyCodeReferenceIds;
@ApiModelProperty("抄码总重量")
@Excel(name = "抄码总重量")
private BigDecimal copyTotalWeight;
}