新增基础操作

This commit is contained in:
JaguarJack 2020-04-22 20:17:39 +08:00
parent e7491555e8
commit b71bba6a1e

View File

@ -14,9 +14,7 @@ use think\model\concern\SoftDelete;
*/
abstract class CatchModel extends \think\Model
{
use SoftDelete;
use TransTrait;
use BaseOptionsTrait;
use SoftDelete, TransTrait, BaseOptionsTrait;
protected $createTime = 'created_at';