支持编辑器跳转
This commit is contained in:
parent
4b0e9f24b9
commit
1377a3a589
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user