|
@@ -31,6 +31,7 @@ use think\model\relation\MorphTo;
|
|
|
* @package think
|
|
|
* @method static Query|static where($field, $op = null, $condition = null)
|
|
|
* @method static Query|static whereExists($condition, $logic = 'AND')
|
|
|
+ * @method static Query|static whereNotExists($condition, $logic = 'AND')
|
|
|
* @method static Query whereIn($field, $condition, $logic = 'AND')
|
|
|
* @method static Query|static alias($alias)
|
|
|
* @method static static find($data = null)
|