time(); return $this->save($data); } //删除用户权限 public function delUserRole($filter){ return $this->delRow($filter); } }