修正注释

修正分页
This commit is contained in:
yunwuxin
2016-07-06 19:00:05 +08:00
parent 6c6ac73ee0
commit f19f517c94
2 changed files with 11 additions and 10 deletions

View File

@@ -34,6 +34,7 @@ use think\paginator\Collection as PaginatorCollection;
* @method static integer avg($field = '*') AVG查询
* @method static setField($field, $value = '')
* @method static Query where($field, $op = null, $condition = null) 指定AND查询条件
* @method static static findOrFail($data = null) 查找单条记录 如果不存在则抛出异常
*
*/
abstract class Model implements \JsonSerializable, \ArrayAccess