namespace CK.SCP.Models.UniApiEntity { public interface IControlTable:ITable { string TableName { get; set; } int RowCount { get; set; } } }