支持编辑器跳转
This commit is contained in:
parent
4b0e9f24b9
commit
1377a3a589
@ -1,10 +1,17 @@
|
||||
<?php
|
||||
namespace catcher\base;
|
||||
|
||||
use catcher\CatchQuery;
|
||||
use catcher\traits\db\BaseOptionsTrait;
|
||||
use catcher\traits\db\TransTrait;
|
||||
use think\model\concern\SoftDelete;
|
||||
|
||||
/**
|
||||
*
|
||||
* @mixin CatchQuery
|
||||
* Class CatchModel
|
||||
* @package catcher\base
|
||||
*/
|
||||
abstract class CatchModel extends \think\Model
|
||||
{
|
||||
use SoftDelete;
|
||||
|
Loading…
x
Reference in New Issue
Block a user