新增备份

This commit is contained in:
wuyanwen
2019-12-13 17:26:54 +08:00
parent dacf005117
commit e35a76a80e
5 changed files with 230 additions and 5 deletions

View File

@@ -17,6 +17,8 @@ abstract class CatchModel extends \think\Model
protected $deleteTime = 'deleted_at';
protected $defaultSoftDelete = 0;
protected $autoWriteTimestamp = true;
protected $limit = 10;