Commit 982d4a45 authored by zhuwei's avatar zhuwei

优化

parent 925306cb
...@@ -55,17 +55,6 @@ class UPhoneFollowPp extends BaseModel ...@@ -55,17 +55,6 @@ class UPhoneFollowPp extends BaseModel
return $result; return $result;
} }
/**
* @return array|false|\PDOStatement|string|\think\Model
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public function getall()
{
return $this->UPhoneFollowPp->find();
}
/** /**
* @param int $p * @param int $p
* @param int $pageSize * @param int $pageSize
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment