Add full join

This commit is contained in:
sunkaixuan
2022-05-19 12:32:18 +08:00
parent f045ed2442
commit 6d4f4240ce

View File

@@ -9,6 +9,7 @@ namespace SqlSugar
{ {
Inner = 0, Inner = 0,
Left = 1, Left = 1,
Right = 2 Right = 2,
Full=3
} }
} }