优化提示

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

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