using System; using System.Collections.Generic; namespace MySystem.PlateformModels { public partial class TableSplit { public string TableName { get; set; } public int EndId { get; set; } public int StartId { get; set; } } }