Browse Source

修改必填项

集成Redis
马昊 2 years ago
parent
commit
89a8fcc111
  1. 2
      be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Orders/PurchaseOrders/Inputs/PurchaseOrderImportInput.cs

2
be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application.Contracts/Orders/PurchaseOrders/Inputs/PurchaseOrderImportInput.cs

@ -34,7 +34,6 @@ public class PurchaseOrderImportInput : SfsStoreImportInputBase
/// 订单类型
/// </summary>
[Display(Name = "订单类型")]
[Required(ErrorMessage = "{0}是必填项")]
public string PoType { get; set; }
/// <summary>
@ -179,7 +178,6 @@ public class PurchaseOrderImportInput : SfsStoreImportInputBase
/// 明细-类型 暂定:备件是B 辅材是F 生产为空
/// </summary>
[Display(Name = "明细-类型 备件是B 辅材是F 生产为空")]
[Required(ErrorMessage = "{0}是必填项")]
public string Ctype { get; set; }
/// <summary>

Loading…
Cancel
Save