支持编辑器跳转

This commit is contained in:
yanwenwu 2020-02-06 12:02:38 +08:00
parent 4b0e9f24b9
commit 1377a3a589

View File

@ -1,10 +1,17 @@
<?php <?php
namespace catcher\base; namespace catcher\base;
use catcher\CatchQuery;
use catcher\traits\db\BaseOptionsTrait; use catcher\traits\db\BaseOptionsTrait;
use catcher\traits\db\TransTrait; use catcher\traits\db\TransTrait;
use think\model\concern\SoftDelete; use think\model\concern\SoftDelete;
/**
*
* @mixin CatchQuery
* Class CatchModel
* @package catcher\base
*/
abstract class CatchModel extends \think\Model abstract class CatchModel extends \think\Model
{ {
use SoftDelete; use SoftDelete;