Files
Api/DouyinApi.Model/Systems/DataBase/DatabaseOutput.cs

10 lines
171 B
C#
Raw Normal View History

2025-11-04 21:09:16 +08:00
using SqlSugar;
namespace DouyinApi.Model.Systems.DataBase;
public class DatabaseOutput
{
public string ConfigId { get; set; }
public DbType DbType { get; set; }
}