@ -69,6 +69,13 @@ func WithLimit[T op_type.Int](limit T, offset T) define.SetOption {
}
func WithClearLimit() define.SetOption {
return func(o *define.Option) {
o.Limit = 0
o.Offset = 0
// WithLimitByPageAndSize 通过page和size构建条件
//
// Author : go_developer@163.com<白茶清欢>
The note is not visible to the blocked user.