mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-04 04:37:58 +08:00
-
This commit is contained in:
parent
0a9dd90260
commit
0b69a33d35
Binary file not shown.
@ -10,6 +10,8 @@ namespace SqlSugar
|
|||||||
WhereSingle = 0,
|
WhereSingle = 0,
|
||||||
WhereMultiple = 1,
|
WhereMultiple = 1,
|
||||||
SelectSingle=2,
|
SelectSingle=2,
|
||||||
SelectMultiple=3
|
SelectMultiple=3,
|
||||||
|
FieldSingle=4,
|
||||||
|
FieldMultiple=5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user