From 89a8fcc111448babccb1161e8a1172b6304aab95 Mon Sep 17 00:00:00 2001 From: mahao Date: Mon, 17 Apr 2023 10:44:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BF=85=E5=A1=AB=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Orders/PurchaseOrders/Inputs/PurchaseOrderImportInput.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Orders/PurchaseOrders/Inputs/PurchaseOrderImportInput.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Orders/PurchaseOrders/Inputs/PurchaseOrderImportInput.cs index 827b3dead..a0a9ec797 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Orders/PurchaseOrders/Inputs/PurchaseOrderImportInput.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Orders/PurchaseOrders/Inputs/PurchaseOrderImportInput.cs @@ -34,7 +34,6 @@ public class PurchaseOrderImportInput : SfsStoreImportInputBase /// 订单类型 /// [Display(Name = "订单类型")] - [Required(ErrorMessage = "{0}是必填项")] public string PoType { get; set; } /// @@ -179,7 +178,6 @@ public class PurchaseOrderImportInput : SfsStoreImportInputBase /// 明细-类型 暂定:备件是B 辅材是F 生产为空 /// [Display(Name = "明细-类型 备件是B 辅材是F 生产为空")] - [Required(ErrorMessage = "{0}是必填项")] public string Ctype { get; set; } ///