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; }
///