liu
9 天以前 06c312e584b99df613728d5ea8b32df4e156f3cc
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/controller/admin/qc/iqc/vo/MesQcIqcSaveReqVO.java
@@ -40,8 +40,7 @@
    // ========== 供应商 ==========
    @Schema(description = "供应商 ID", requiredMode = Schema.RequiredMode.REQUIRED, example = "10")
    @NotNull(message = "供应商不能为空")
    @Schema(description = "供应商 ID", example = "10")
    private Long vendorId;
    @Schema(description = "供应商批次号", example = "VB20250101")
@@ -53,6 +52,9 @@
    @NotNull(message = "产品物料不能为空")
    private Long itemId;
    @Schema(description = "质检方案 ID", example = "5")
    private Long templateId;
    // ========== 数量 ==========
    @Schema(description = "本次接收数量", requiredMode = Schema.RequiredMode.REQUIRED, example = "100")