优化提示
This commit is contained in:
parent
db9428961f
commit
41eb836634
10
catch/wechat/controller/Reply.php
Normal file
10
catch/wechat/controller/Reply.php
Normal 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 ]
|
||||||
|
// +----------------------------------------------------------------------
|
10
catch/wechat/repository/WechatReplyRepository.php
Normal file
10
catch/wechat/repository/WechatReplyRepository.php
Normal 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 ]
|
||||||
|
// +----------------------------------------------------------------------
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user