namespace BBWY.Server.Model.Dto { public class GetJDSupplierNameAndStoreNameResponse { public string SupplierName { get; set; } public string StoreId { get; set; } public string StoreName { get; set; } public string City { get; set; } } }