- trim code

This commit is contained in:
2881099 2022-05-02 12:33:45 +08:00
parent d2a7c52297
commit fc3dc35617

View File

@ -761,7 +761,6 @@ SELECT ");
#endregion
#region OrderBy Random
/// <summary>
/// 随机排序<para></para>
/// 支持MySql/SqlServer/PostgreSQL/Oracle/Sqlite/Firebird/达梦/金仓/神通<para></para>
@ -802,7 +801,7 @@ SELECT ");
}
#endregion
#region IFreeSql Insert/Update/InsertOrUpdate/Delete Dictionary<string, object>
#region InsertDict/UpdateDict/InsertOrUpdateDict/DeleteDict
/// <summary>
/// 插入数据字典 Dictionary&lt;string, object&gt;
/// </summary>
@ -1164,4 +1163,6 @@ SELECT ");
#endregion
#endregion
}