mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
Update Demo
This commit is contained in:
12
Src/Asp.Net/SugarCodeGeneration/Codes/DbContextParameter.cs
Normal file
12
Src/Asp.Net/SugarCodeGeneration/Codes/DbContextParameter.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using SqlSugar;
|
||||
|
||||
namespace SugarCodeGeneration
|
||||
{
|
||||
public class DbContextParameter
|
||||
{
|
||||
public string ConnectionString { get; set; }
|
||||
public DbType DbType { get; set; }
|
||||
public List<string> Tables { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user