优化提示

This commit is contained in:
JaguarJack 2020-06-28 11:32:50 +08:00
parent db9428961f
commit 41eb836634
3 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,10 @@
<?php
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------
// | Copyright (c) 2017~2020 http://catchadmin.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt )
// +----------------------------------------------------------------------
// | Author: JaguarJack [ njphper@gmail.com ]
// +----------------------------------------------------------------------

View File

@ -0,0 +1,10 @@
<?php
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------
// | Copyright (c) 2017~2020 http://catchadmin.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt )
// +----------------------------------------------------------------------
// | Author: JaguarJack [ njphper@gmail.com ]
// +----------------------------------------------------------------------

View File

@ -12,12 +12,12 @@ namespace catcher\base;
/** /**
* @method getList(array $data = []) * @method getList(array $data = [])
* @method storeBy(array $data) * @method storeBy(array $data)
* @method updateBy(int $id, array $data) * @method updateBy(int $id, array $data)
* @method findBy(int $id, array $column = ['*']) * @method findBy(int $id, array $column = ['*'])
* @method deleteBy(int $id) * @method deleteBy(int $id)
* @method beginTransaction() * @method startTrans()
* @method rollback() * @method rollback()
* @method commit() * @method commit()
* @method transaction(\Closure $callback) * @method transaction(\Closure $callback)