添加 PostgreSQL 数据库的配置,并新增驼峰转下划线功能

This commit is contained in:
Your Name
2024-10-06 03:32:34 +08:00
parent 13120712b1
commit 571b610417
7 changed files with 83 additions and 63 deletions

View File

@@ -19,7 +19,10 @@ namespace Yi.Framework.SqlSugarCore.Abstractions
/// </summary>
public bool EnabledDbSeed { get; set; } = false;
/// <summary>
/// 开启驼峰转下划线
/// </summary>
public bool EnableUnderLine { get; set; } = false;
/// <summary>
/// 开启codefirst