Added core pricing metafield and status check job
This commit is contained in:
@@ -10,6 +10,7 @@ namespace PartSource.Data.Models
|
||||
public string SKU { get; set; }
|
||||
public Nullable<decimal> Compare_Price { get; set; }
|
||||
public Nullable<decimal> Your_Price { get; set; }
|
||||
public decimal? Core_Price { get; set; }
|
||||
public string Active { get; set; }
|
||||
|
||||
// public virtual PartData PartData { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user