case 4341

This commit is contained in:
2022-12-13 22:24:06 +00:00
parent b090c1040d
commit 722b968aa5
6 changed files with 14 additions and 2 deletions

View File

@@ -66,6 +66,9 @@ namespace AyaNova.Models
public string DropShipToCustomerRegionViz { get; set; }
[NotMapped]
public string DropShipToCustomerCountryViz { get; set; }
[NotMapped]
public string DropShipToCustomerAddressPostalViz { get; set; }
[NotMapped]
public decimal? DropShipToCustomerLatitudeViz { get; set; }
[NotMapped]