Skip to content

Commit

Permalink
测试新WhereOr
Browse files Browse the repository at this point in the history
  • Loading branch information
tobycroft committed Oct 25, 2022
1 parent 5c05cd1 commit 1bab26c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orm_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ type IOrm interface {
// `Where`,`OrWhere`,`WhereNull / WhereNotNull`,`WhereIn / WhereNotIn / OrWhereIn / OrWhereNotIn`,`WhereBetween / WhereBetwee / OrWhereBetween / OrWhereNotBetween`
Where(args ...interface{}) IOrm
OrWhere(args ...interface{}) IOrm
WhereOr(args interface{}, andor bool) IOrm
WhereNull(arg string) IOrm
OrWhereNull(arg string) IOrm
WhereNotNull(arg string) IOrm
Expand Down

0 comments on commit 1bab26c

Please sign in to comment.