apeblog/app/common/model/DocumentPage.php

20 lines
367 B
PHP

<?php
namespace app\common\model;
use app\common\model\Document as aModel;
use think\db\exception\DataNotFoundException;
use think\db\exception\DbException;
use think\db\exception\ModelNotFoundException;
/**
* Class DocumentPage
* @package app\admin\model\system
* @author 木子的忧伤
* @date 2021-02-15 23:22
*/
class DocumentPage extends BaseModel
{
}