case 4341

This commit is contained in:
2022-12-13 22:49:47 +00:00
parent 722b968aa5
commit 3abe0c0379
6 changed files with 16 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ namespace AyaNova.Models
//VIZ FIELDS
//POSTAL ADDRESS
[NotMapped]
public string DropShipToCustomerPostAddressViz { get; set; }
@@ -68,7 +68,7 @@ namespace AyaNova.Models
public string DropShipToCustomerCountryViz { get; set; }
[NotMapped]
public string DropShipToCustomerAddressPostalViz { get; set; }
[NotMapped]
public decimal? DropShipToCustomerLatitudeViz { get; set; }
[NotMapped]
@@ -110,6 +110,11 @@ namespace AyaNova.Models
public string VendorRegionViz { get; set; }
[NotMapped]
public string VendorCountryViz { get; set; }
[NotMapped]
public string VendorAddressPostalViz { get; set; }
[NotMapped]
public decimal? VendorLatitudeViz { get; set; }
[NotMapped]
@@ -131,9 +136,9 @@ namespace AyaNova.Models
[NotMapped]
public string VendorEmailAddressViz { get; set; }
[NotMapped]
[NotMapped]
public string VendorAlertNotesViz { get; set; }
[NotMapped]
[NotMapped]
public string VendorAccountNumberViz { get; set; }