From 6b0702c8b0862327dffb7c3c6d87f4b1135d2498 Mon Sep 17 00:00:00 2001 From: mahao Date: Mon, 26 Jun 2023 13:06:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E8=AE=B0=E5=BD=95=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E7=AE=B1=E7=A0=81=20=E6=89=B9=E6=AC=A1=E5=BF=85?= =?UTF-8?q?=E5=A1=AB=E9=A1=B9=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Notes/CountNotes/Inputs/CountNoteImportInput.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Notes/CountNotes/Inputs/CountNoteImportInput.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Notes/CountNotes/Inputs/CountNoteImportInput.cs index f785c718e..cf5f21635 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Notes/CountNotes/Inputs/CountNoteImportInput.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Notes/CountNotes/Inputs/CountNoteImportInput.cs @@ -37,7 +37,6 @@ public class CountNoteImportInput : SfsStoreImportInputBase /// 箱码 /// [Display(Name = "箱码")] - [Required(ErrorMessage = "{0}是必填项", AllowEmptyStrings = true)] public string PackingCode { get; set; } /// @@ -57,7 +56,6 @@ public class CountNoteImportInput : SfsStoreImportInputBase /// 批次 /// [Display(Name = "批次")] - [Required(ErrorMessage = "{0}是必填项", AllowEmptyStrings = true)] public string Lot { get; set; } ///