init
This commit is contained in:
10
DouyinApi.Model/Systems/DataBase/DatabaseOutput.cs
Normal file
10
DouyinApi.Model/Systems/DataBase/DatabaseOutput.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using SqlSugar;
|
||||
|
||||
namespace DouyinApi.Model.Systems.DataBase;
|
||||
|
||||
public class DatabaseOutput
|
||||
{
|
||||
public string ConfigId { get; set; }
|
||||
|
||||
public DbType DbType { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user