抄码商品取消分配

This commit is contained in:
zhou-hongcheng
2026-04-16 13:58:03 +08:00
parent ea4ee08353
commit 97c0fc386c
3 changed files with 37 additions and 4 deletions
@@ -471,4 +471,8 @@ public class OutMaterialDetailDTO extends BaseVOEntity {
@Excel(name = "抄码总重量")
private BigDecimal copyTotalWeight;
@ApiModelProperty("取消分配抄码id数组")
@Excel(name = "取消分配抄码id数组")
private List<Integer> copyCodeReferenceIdsCancel;
}