|
|
@ -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>
|
|
|
|