namespace APIJSON.NET.Services { public interface ITableMapper { /// /// 表别名获取 /// /// /// string GetTableName(string oldname); } }