using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ZR.Model; using ZR.Model.CodeGenerator; namespace ZR.Service.IService { //public interface ICodeGeneratorService //{ // List GetAllDataBases(); // List GetTablesWithPage(string tablename, string dbName, PagerInfo info); // List GetAllColumns(string tableName); // List GetAllTables(string tabList); // List GetColumnInfo(string dbName, string tableName); //} }