liyong
4 天以前 d62a74c14a4002c0f401c94976fba8cc77cda6e1
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/productissue/vo/line/MesWmProductIssueLineSaveReqVO.java
@@ -18,6 +18,9 @@
    @NotNull(message = "领料单ID不能为空")
    private Long issueId;
    @Schema(description = "生产任务ID", example = "1")
    private Long taskId;
    @Schema(description = "物料ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
    @NotNull(message = "物料ID不能为空")
    private Long itemId;