using System.Collections.Generic; using SqlSugar; namespace SugarCodeGeneration { public class DbContextParameter { public string ConnectionString { get; set; } public DbType DbType { get; set; } public List Tables { get; set; } } }