From ad0f68a33870be26bf7c8f81bc2600122b14cc80 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期一, 31 八月 2026 16:38:47 +0800
Subject: [PATCH] fix(mes): 盘点方案盲盘/冻结字段放宽必填并兜底为false
---
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/arrivalnotice/vo/line/MesWmArrivalNoticeLineSaveReqVO.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/arrivalnotice/vo/line/MesWmArrivalNoticeLineSaveReqVO.java b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/arrivalnotice/vo/line/MesWmArrivalNoticeLineSaveReqVO.java
index fee3106..3d2919f 100644
--- a/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/arrivalnotice/vo/line/MesWmArrivalNoticeLineSaveReqVO.java
+++ b/yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/wm/arrivalnotice/vo/line/MesWmArrivalNoticeLineSaveReqVO.java
@@ -18,6 +18,9 @@
@NotNull(message = "鍒拌揣閫氱煡鍗曠紪鍙蜂笉鑳戒负绌�")
private Long noticeId;
+ @Schema(description = "閲囪喘璁㈠崟琛岀紪鍙�", example = "1")
+ private Long purchaseOrderItemId;
+
@Schema(description = "鐗╂枡缂栧彿", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
@NotNull(message = "鐗╂枡缂栧彿涓嶈兘涓虹┖")
private Long itemId;
--
Gitblit v1.9.3