mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Add full join
This commit is contained in:
@@ -9,6 +9,7 @@ namespace SqlSugar
|
||||
{
|
||||
Inner = 0,
|
||||
Left = 1,
|
||||
Right = 2
|
||||
Right = 2,
|
||||
Full=3
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user