yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/itemreceipt/vo/line/MesWmItemReceiptLineRespVO.java
@@ -25,6 +25,9 @@ @Schema(description = "到货通知单行编号", example = "1") private Long arrivalNoticeLineId; @Schema(description = "采购订单行编号", example = "1") private Long purchaseOrderItemId; @Schema(description = "物料编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1") private Long itemId;