liyong
5 天以前 274dd8b724dd4485658e1d2a3f825a007f625bd7
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/itemreceipt/vo/line/MesWmItemReceiptLineSaveReqVO.java
@@ -22,6 +22,9 @@
    @Schema(description = "到货通知单行编号", example = "1")
    private Long arrivalNoticeLineId;
    @Schema(description = "采购订单行编号", example = "1")
    private Long purchaseOrderItemId;
    @Schema(description = "物料编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
    @NotNull(message = "物料编号不能为空")
    private Long itemId;