Update Demo

This commit is contained in:
sunkaixuan
2019-01-21 01:01:38 +08:00
parent 10b00dd801
commit e91f9c8456
3 changed files with 6 additions and 4 deletions

View File

@@ -8,5 +8,6 @@ namespace SugarCodeGeneration
public string ConnectionString { get; set; }
public DbType DbType { get; set; }
public List<string> Tables { get; set; }
public string ClassNamespace { get; set; }
}
}