shgx_tz_mom/ZR.Service/IService/ICodeGeneratorService.cs

24 lines
623 B
C#
Raw Normal View History

2021-09-06 18:35:36 +08:00
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
{
2021-09-07 18:37:21 +08:00
//public interface ICodeGeneratorService
//{
// List<DataBaseInfo> GetAllDataBases();
2021-09-06 18:35:36 +08:00
2021-09-07 18:37:21 +08:00
// 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);
//}
2021-09-06 18:35:36 +08:00
}