mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
PgSql Join 8 table
This commit is contained in:
parent
8e867d8ce6
commit
4c2ed1dfc2
@ -46,7 +46,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
public class PostgreSqlQueryable<T, T2, T3, T4, T5, T6, T7, T8> : QueryableProvider<T, T2, T3, T4, T5, T6, T7, T8>
|
public class PostgreSQLQueryable<T, T2, T3, T4, T5, T6, T7, T8> : QueryableProvider<T, T2, T3, T4, T5, T6, T7, T8>
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user