docker sql, migrations
This commit is contained in:
@@ -13,14 +13,18 @@ public class TDSPriceAvailability
|
||||
public required string PartnerCode { get; set; }
|
||||
public string? RecordId { get; set; }
|
||||
[Display(Name = "Mfg PartNo")]
|
||||
[MaxLength(60)]
|
||||
public required string MfgPartNo { get; set; }
|
||||
[Display(Name = "Vendor PartNo")]
|
||||
[MaxLength(80)]
|
||||
public required string VendorPartNo { get; set; }
|
||||
public string? VendorSKUNo { get; set; }
|
||||
public string? StatusCode { get; set; }
|
||||
[Display(Name = "Product Description")]
|
||||
[MaxLength(80)]
|
||||
public string? PartDescription { get; set; }
|
||||
[Display(Name = "Mfg Name")]
|
||||
[MaxLength(30)]
|
||||
public string? MfgName { get; set; }
|
||||
[Display(Name = "Total Quantity")]
|
||||
public int? TotalQtyOnHand { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user