修改命令

This commit is contained in:
JaguarJack 2020-06-21 18:04:55 +08:00
parent fbf9c11191
commit e6d7ee8f55

View File

@ -13,7 +13,7 @@ namespace catcher\base;
/**
* @method getList(array $data = [])
* @method store(array $data)
* @method storeBy(array $data)
* @method updateBy(int $id, array $data)
* @method findBy(int $id, array $column = ['*'])
* @method deleteBy(int $id)