抄码存入详情

This commit is contained in:
zhou-hongcheng
2026-04-15 12:27:38 +08:00
parent f89c948da4
commit e5681bc510
7 changed files with 100 additions and 0 deletions
@@ -284,4 +284,20 @@ public class ReceiptMaterialDetailDTO extends BaseVOEntity {
@ApiModelProperty("单位")
@Excel(name = "单位")
private String unit;
@ApiModelProperty("抄码托盘号")
@Excel(name = "抄码托盘号")
private String palletNumber;
@ApiModelProperty("抄码批次号")
@Excel(name = "抄码批次号")
private String copyBatch;
@ApiModelProperty("抄码数量")
@Excel(name = "抄码数量")
private String copyQuantity;
@ApiModelProperty("抄码数量克重详情")
@Excel(name = "抄码数量克重详情")
private String copyDetails;
}