cms-manage/app/model/InnerChartSubContent.php

15 lines
207 B
PHP

<?php
declare (strict_types = 1);
namespace app\model;
use app\exception\ModelException;
use app\exception\ModelEmptyException;
/**
* @mixin \think\Model
*/
class InnerChartSubContent extends Model
{
}