|
|
@ -28,16 +28,16 @@ namespace CK.SCP.Models.ScpEntity |
|
|
|
public string Month { get; set; } |
|
|
|
[StringLength(50)] |
|
|
|
public string PoType { get; set; } |
|
|
|
public int PoLine { get; set; } |
|
|
|
public int? PoLine { get; set; } |
|
|
|
[StringLength(50)] |
|
|
|
public string Specifications { get; set; } |
|
|
|
public string Unit { get; set; } |
|
|
|
public decimal Qty { get; set; } |
|
|
|
public decimal? Qty { get; set; } |
|
|
|
public string ProductStatus { get; set; } |
|
|
|
public string IsUrgent { get; set; } |
|
|
|
public DateTime? ShippdedTime { get; set; } |
|
|
|
public string ShippdedPlace { get; set; } |
|
|
|
public decimal MonthQty { get; set; } |
|
|
|
public decimal? MonthQty { get; set; } |
|
|
|
public string Ontime { get; set; } |
|
|
|
public string Datetime { get; set; } |
|
|
|
[StringLength(50)] |
|
|
|