using System; using System.Collections.Generic; namespace MySystem.KxsMainModels { public partial class StoreForCode { public string Code { get; set; } public int StoreId { get; set; } } }