mirror of https://github.com/1099438829/apeblog
20 lines
373 B
PHP
20 lines
373 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 DocumentArticle
|
|
* @package app\admin\model\system
|
|
* @author 木子的忧伤
|
|
* @date 2021-02-15 23:22
|
|
*/
|
|
class DocumentArticle extends BaseModel
|
|
{
|
|
} |