case 4341
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user