开发代码生成功能

This commit is contained in:
izory
2021-09-09 18:18:37 +08:00
parent d581934a39
commit 9ff6fb8c98
16 changed files with 557 additions and 496 deletions

View File

@@ -1,23 +0,0 @@
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<DataBaseInfo> GetAllDataBases();
// List<SqlSugar.DbTableInfo> GetTablesWithPage(string tablename, string dbName, PagerInfo info);
// List<DbFieldInfo> GetAllColumns(string tableName);
// List<DbTableInfo> GetAllTables(string tabList);
// List<SqlSugar.DbColumnInfo> GetColumnInfo(string dbName, string tableName);
//}
}