示例#1
0
 public function whereNot($key, $operator = null, $value = null)
 {
     $this->query->whereNot($key, $operator, $value);
     return $this->model;
 }