上架详情收货详情增加是否抄码标识

This commit is contained in:
zhou-hongcheng
2026-04-16 15:34:15 +08:00
parent 6fb7d6b991
commit 62f09f74f6
4 changed files with 17 additions and 1 deletions
@@ -356,5 +356,7 @@ public class ReceiptMaterialDetailPO extends BaseVOEntity {
@Excel(name = "抄码数量克重详情")
private String copyDetails;
@ApiModelProperty("是否抄码: 1-是 2-否")
@Excel(name = "是否抄码: 1-是 2-否")
private Integer copyCode;
}
@@ -356,4 +356,8 @@ public class ShelfMaterialDetailPO extends BaseVOEntity {
@ApiModelProperty("LOT编号")
@Excel(name = "LOT编号")
private String lotNumber;
@ApiModelProperty("是否抄码: 1-是 2-否")
@Excel(name = "是否抄码: 1-是 2-否")
private Integer copyCode;
}